Html Css Color HEX #66EEFF Baby Blue

📋 copy color: '#66EEFF'

red 102 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #66EEFF

Tints of Baby Blue #66EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40%

 BLUE value IS 255 (100% from 255) = 42.86%

R = 17.14%
G = 40%
B = 42.86%

CMYK

 C value IS 0.6

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66EEFF (or 0x66EEFF) is known color: Baby Blue. HEX triplet: 66, EE and FF. RGB value is (102,238,255). Sum of RGB (Red+Green+Blue) = 102+238+255=595 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.14% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #66EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEFF is #991100. Grayscale: #C7C7C7. Windows color (decimal): -10031361 or 16772710. OLE color: 16772710.

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

Color convert

RGB 102 238 255 -
CMYK 0.6 0.07 0 0
HSL 186.67º 1% 0.7% -
HSV(B) 186.67º 0.6% 1% -
XYZ 54.1 71.19 105.5 -
YUV 199.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 102 238 255 0.6 0.07 0 0 186.67 1 0.7
Hex 66 EE FF 3C 7 0 0 BB 64 46
Octal 146 356 377 74 7 0 0 273 144 106
Binary 1100110 11101110 11111111 111100 111 0 0 10111011 1100100 1000110

Color Harmonies of #66EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEFF

Black with #66EEFF

Text Example


Text Example

White with #66EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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