COLOR #63B2F2

HEX: #63B2F2
RGB: (99,178,242)

Renk bilgisi

#63B2F2 contains mainly blue color. #63B2F2 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#63B2F2 color RGB value is (99,178,242).

  • kırmız ton 99;
  • yeşil ton 178;
  • mavi ton 242.
RGB:
(99,178,242)
(39%,70%,95%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 178 of 255 = 70%
B 242 of 255 = 95%

99
178
242

R + G + B ~ 68%. #63B2F2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 178 + 242 = 519 (100%)
R 99 of 519 ~ 19.08%
G 178 of 519 ~ 34.3%
B 242 of 519 ~ 46.63%

%19.08
%34.3
%46.63

CMYK RENK MODELİ

#63B2F2 rengi CMYK tonu (59,26,0,5).

  • camgöbeği tonu 59.09%
  • eflatun tonu 26.45%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(59,26,0,5)
C59M26Y0K5 
(59%,26%,0%,5%)
(0.59/0.26/0.00/0.05)	

CMYK yüzdeleri

%59.09
%26.45
%0
%5.1

Codes

Color #63B2F2 in popluar color models

63B2F2
RGB99178242
HSL207°84.62%66.86%
HSB/HSV207°59.09%94.90%
CMYK59.09%26.45%0.00%
5.10%

Color #63B2F2 in popluar number systems.

HEX63B2F2
Decimal99178242
Binary11000111011001011110010
Octal143262362

Shades and tints

Shades of #63B2F2

#63B2F2
(99,178,242)
#5AA2DC
(90,162,220)
#5192C6
(81,146,198)
#4882B0
(72,130,176)
#3F729A
(63,114,154)
#366284
(54,98,132)
#2D526E
(45,82,110)
#244258
(36,66,88)
#1B3242
(27,50,66)
#12222C
(18,34,44)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #63B2F2

#63B2F2
(99,178,242)
#71B9F3
(113,185,243)
#7FC0F4
(127,192,244)
#8DC7F5
(141,199,245)
#9BCEF6
(155,206,246)
#A9D5F7
(169,213,247)
#B7DCF8
(183,220,248)
#C5E3F9
(197,227,249)
#D3EAFA
(211,234,250)
#E1F1FB
(225,241,251)
#EFF8FC
(239,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B2F2 color. Also use rgb(99,178,242) instead hex code.

Text Font Color

.myTextColor { color: #63B2F2; }

<p style="color:#63B2F2">This sample text font color is #63B2F2.</p>

This text font color is #63B2F2.


Background Color

.myBgColor { background-color: #63B2F2; }

<div style="background-color:#63B2F2">Inner text</div>

This div background color is #63B2F2.


Border color

.myBorderColor { border: 1px solid #63B2F2; }

<div style="border:3px solid #63B2F2">Div</div>

This div border color is #63B2F2.


Opacity

.myOpacity80 { color: #63B2F2; opacity: 0.8; }

<p style="color:#63B2F2;opacity:0.8;">80%</p>

Text with #63B2F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63B2F2;}

<p style="text-shadow: 3px 3px 1px #63B2F2">Text here.</p>

This text has shadow with #63B2F2 color.

.textShadow {text-shadow: 3px 3px 1px #63B2F2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63B2F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #63B2F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63B2F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63B2F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #63B2F2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63B2F2;
  -webkit-box-shadow:	1px 1px 3px 2px #63B2F2;
  box-shadow:		1px 1px 3px 2px #63B2F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63B2F2;
-webkit-box-shadow: 1px 1px 3px 2px #63B2F2;
box-shadow:1px 1px 3px 2px #63B2F2;">
Div content here</div>
This div box has shadow with color #63B2F2.

Preview

Color preview on black background

This text has color #63B2F2 on black background.


Color preview on white background

This text has color #63B2F2 on white background.



Black color preview on #63B2F2 background

This text has black color on #63B2F2 background.


White color preview on #63B2F2 background

This text has white color on #63B2F2 background.