Html Css Color HEX #66FEEB Baby Blue

📋 copy color: '#66FEEB'

red 102 ◦ green 254 ◦ blue 235

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

Shades of Baby Blue #66FEEB

Tints of Baby Blue #66FEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.98%

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 17.26%
G = 42.98%
B = 39.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#66FEEB (or 0x66FEEB) is known color: Baby Blue. HEX triplet: 66, FE and EB. RGB value is (102,254,235). Sum of RGB (Red+Green+Blue) = 102+254+235=591 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.26% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FEEB is #990114. Grayscale: #CECECE. Windows color (decimal): -10027285 or 15466086. OLE color: 15466086.

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

Color convert

RGB 102 254 235 -
CMYK 0.60 0 0.07 0.00
HSL 172.5º 0.99% 0.7% -
HSV(B) 172.5º 0.6% 1% -
XYZ 55.92 79.71 91.04 -
YUV 206.39 144.14 53.54 -
System Red Green Blue C M Y K H S L
Decimal 102 254 235 0.60 0 0.07 0.00 172.5 0.99 0.7
Hex 66 FE EB 3C 0 7 0 AC 63 46
Octal 146 376 353 74 0 7 0 254 143 106
Binary 1100110 11111110 11101011 111100 0 111 0 10101100 1100011 1000110

Color Harmonies of #66FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FEEB

Black with #66FEEB

Text Example


Text Example

White with #66FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,254,235); }

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

background-color css

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

 a { background-color: rgb(102,254,235); }

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

border-color css

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

 span { border-color: rgb(102,254,235); }

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