COLOR #63DCFE

HEX: #63DCFE
RGB: (99,220,254)

Renk bilgisi

#63DCFE contains mainly green and blue colors. #63DCFE ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#63DCFE color RGB value is (99,220,254).

  • kırmız ton 99;
  • yeşil ton 220;
  • mavi ton 254.
RGB:
(99,220,254)
(39%,86%,100%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 220 of 255 = 86%
B 254 of 255 = 100%

99
220
254

R + G + B ~ 75%. #63DCFE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 220 + 254 = 573 (100%)
R 99 of 573 ~ 17.28%
G 220 of 573 ~ 38.39%
B 254 of 573 ~ 44.33%

%17.28
%38.39
%44.33

CMYK RENK MODELİ

#63DCFE rengi CMYK tonu (61,13,0,0).

  • camgöbeği tonu 61.02%
  • eflatun tonu 13.39%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(61,13,0,0)
C61M13Y0K0 
(61%,13%,0%,0%)
(0.61/0.13/0.00/0.00)	

CMYK yüzdeleri

%61.02
%13.39
%0
%0.39

Codes

Color #63DCFE in popluar color models

63DCFE
RGB99220254
HSL193°98.73%69.22%
HSB/HSV193°61.02%99.61%
CMYK61.02%13.39%0.00%
0.39%

Color #63DCFE in popluar number systems.

HEX63DCFE
Decimal99220254
Binary11000111101110011111110
Octal143334376

Shades and tints

Shades of #63DCFE

#63DCFE
(99,220,254)
#5AC8E7
(90,200,231)
#51B4D0
(81,180,208)
#48A0B9
(72,160,185)
#3F8CA2
(63,140,162)
#36788B
(54,120,139)
#2D6474
(45,100,116)
#24505D
(36,80,93)
#1B3C46
(27,60,70)
#12282F
(18,40,47)
#091418
(9,20,24)
#000000
(0,0,0)

Tints of #63DCFE

#63DCFE
(99,220,254)
#71DFFE
(113,223,254)
#7FE2FE
(127,226,254)
#8DE5FE
(141,229,254)
#9BE8FE
(155,232,254)
#A9EBFE
(169,235,254)
#B7EEFE
(183,238,254)
#C5F1FE
(197,241,254)
#D3F4FE
(211,244,254)
#E1F7FE
(225,247,254)
#EFFAFE
(239,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63DCFE color. Also use rgb(99,220,254) instead hex code.

Text Font Color

.myTextColor { color: #63DCFE; }

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

This text font color is #63DCFE.


Background Color

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

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

This div background color is #63DCFE.


Border color

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

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

This div border color is #63DCFE.


Opacity

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

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

Text with #63DCFE 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 #63DCFE;}

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

This text has shadow with #63DCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63DCFE on black background.


Color preview on white background

This text has color #63DCFE on white background.



Black color preview on #63DCFE background

This text has black color on #63DCFE background.


White color preview on #63DCFE background

This text has white color on #63DCFE background.