Shades of Baby Blue #66EEFF
Tints of Baby Blue #66EEFF
RGB
CMYK
RGB Variations
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
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>