Html Css Color HEX #66FCE6 Baby Blue

📋 copy color: '#66FCE6'

red 102 ◦ green 252 ◦ blue 230

#66FCE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #66FCE6

Tints of Baby Blue #66FCE6

RGB

 RED value IS 102 (40.23% from 255) = 17.47%

 GREEN value IS 252 (98.83% from 255) = 43.15%

 BLUE value IS 230 (90.23% from 255) = 39.38%

R = 17.47%
G = 43.15%
B = 39.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66FCE6 (or 0x66FCE6) is known color: Baby Blue. HEX triplet: 66, FC and E6. RGB value is (102,252,230). Sum of RGB (Red+Green+Blue) = 102+252+230=584 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.47% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCE6 is #990319. Grayscale: #CCCCCC. Windows color (decimal): -10027802 or 15137894. OLE color: 15137894.

HSL color Cylindrical-coordinate representation of color #66FCE6: hue angle of 171.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCE6 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 252 230 -
CMYK 0.60 0 0.09 0.01
HSL 171.2º 0.96% 0.69% -
HSV(B) 171.2º 0.6% 0.99% -
XYZ 54.57 78.16 87.07 -
YUV 204.64 142.31 54.79 -
System Red Green Blue C M Y K H S L
Decimal 102 252 230 0.60 0 0.09 0.01 171.2 0.96 0.69
Hex 66 FC E6 3C 0 9 1 AB 60 45
Octal 146 374 346 74 0 11 1 253 140 105
Binary 1100110 11111100 11100110 111100 0 1001 1 10101011 1100000 1000101

Color Harmonies of #66FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCE6

Black with #66FCE6

Text Example


Text Example

White with #66FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66FCE6; }

 p { color: rgb(102,252,230); }

 H1.HeaderClassName
 {
   color: #66FCE6;
 }
 .AnyTagClassName
 {
   color: #66FCE6;
 }
</style>

background-color css

<style>
 a { background-color: #66FCE6; }

 a { background-color: rgb(102,252,230); }

 div.DivClassName
 {
   background-color: #66FCE6;
 }
 .BgClassName
 {
   background-color: #66FCE6;
 }
</style>

border-color css

<style>
 span { border-color: #66FCE6; }

 span { border-color: rgb(102,252,230); }

 td.TdClassName
 {
   border-color: #66FCE6;
 }
 .TagClassName
 {
   border-color: #66FCE6;
 }
</style>