Html Css Color HEX #66FFEA Baby Blue

📋 copy color: '#66FFEA'

red 102 ◦ green 255 ◦ blue 234

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

Shades of Baby Blue #66FFEA

Tints of Baby Blue #66FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 43.15%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 17.26%
G = 43.15%
B = 39.59%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#66FFEA (or 0x66FFEA) is known color: Baby Blue. HEX triplet: 66, FF and EA. RGB value is (102,255,234). Sum of RGB (Red+Green+Blue) = 102+255+234=591 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.26% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFEA is #990015. Grayscale: #CECECE. Windows color (decimal): -10027030 or 15400806. OLE color: 15400806.

HSL color Cylindrical-coordinate representation of color #66FFEA: hue angle of 171.76º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFEA is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 234 -
CMYK 0.6 0 0.08 0
HSL 171.76º 1% 0.7% -
HSV(B) 171.76º 0.6% 1% -
XYZ 56.09 80.29 90.38 -
YUV 206.86 143.31 53.21 -
System Red Green Blue C M Y K H S L
Decimal 102 255 234 0.6 0 0.08 0 171.76 1 0.7
Hex 66 FF EA 3C 0 8 0 AC 64 46
Octal 146 377 352 74 0 10 0 254 144 106
Binary 1100110 11111111 11101010 111100 0 1000 0 10101100 1100100 1000110

Color Harmonies of #66FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFEA

Black with #66FFEA

Text Example


Text Example

White with #66FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,255,234); }

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

background-color css

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

 a { background-color: rgb(102,255,234); }

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

border-color css

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

 span { border-color: rgb(102,255,234); }

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