Html Css Color HEX #66FFEB Baby Blue

📋 copy color: '#66FFEB'

red 102 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #66FFEB

Tints of Baby Blue #66FFEB

RGB

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

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

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

R = 17.23%
G = 43.07%
B = 39.7%

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

#66FFEB (or 0x66FFEB) is known color: Baby Blue. HEX triplet: 66, FF and EB. RGB value is (102,255,235). Sum of RGB (Red+Green+Blue) = 102+255+235=592 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.23% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFEB is #990014. Grayscale: #CECECE. Windows color (decimal): -10027029 or 15466342. OLE color: 15466342.

HSL color Cylindrical-coordinate representation of color #66FFEB: hue angle of 172.16º 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 #66FFEB is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 235 -
CMYK 0.6 0 0.08 0
HSL 172.16º 1% 0.7% -
HSV(B) 172.16º 0.6% 1% -
XYZ 56.23 80.34 91.14 -
YUV 206.97 143.81 53.13 -
System Red Green Blue C M Y K H S L
Decimal 102 255 235 0.6 0 0.08 0 172.16 1 0.7
Hex 66 FF EB 3C 0 8 0 AC 64 46
Octal 146 377 353 74 0 10 0 254 144 106
Binary 1100110 11111111 11101011 111100 0 1000 0 10101100 1100100 1000110

Color Harmonies of #66FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFEB

Black with #66FFEB

Text Example


Text Example

White with #66FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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