Html Css Color HEX #66F7E5 Baby Blue

📋 copy color: '#66F7E5'

red 102 ◦ green 247 ◦ blue 229

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

Shades of Baby Blue #66F7E5

Tints of Baby Blue #66F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.73%

 BLUE value IS 229 (89.84% from 255) = 39.62%

R = 17.65%
G = 42.73%
B = 39.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#66F7E5 (or 0x66F7E5) is known color: Baby Blue. HEX triplet: 66, F7 and E5. RGB value is (102,247,229). Sum of RGB (Red+Green+Blue) = 102+247+229=578 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.65% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #66F7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F7E5 is #99081A. Grayscale: #C9C9C9. Windows color (decimal): -10029083 or 15071078. OLE color: 15071078.

HSL color Cylindrical-coordinate representation of color #66F7E5: hue angle of 172.55º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F7E5 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 247 229 -
CMYK 0.59 0 0.07 0.03
HSL 172.55º 0.9% 0.68% -
HSV(B) 172.55º 0.59% 0.97% -
XYZ 52.88 75 85.82 -
YUV 201.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 102 247 229 0.59 0 0.07 0.03 172.55 0.9 0.68
Hex 66 F7 E5 3B 0 7 3 AD 5A 44
Octal 146 367 345 73 0 7 3 255 132 104
Binary 1100110 11110111 11100101 111011 0 111 11 10101101 1011010 1000100

Color Harmonies of #66F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F7E5

Black with #66F7E5

Text Example


Text Example

White with #66F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,247,229); }

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

background-color css

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

 a { background-color: rgb(102,247,229); }

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

border-color css

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

 span { border-color: rgb(102,247,229); }

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