Shades of Baby Blue #66EFFC
Tints of Baby Blue #66EFFC
RGB
CMYK
RGB Variations
Color information
#66EFFC (or 0x66EFFC) is known color: Baby Blue. HEX triplet: 66, EF and FC. RGB value is (102,239,252). Sum of RGB (Red+Green+Blue) = 102+239+252=593 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.20% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #66EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFFC is #991003. Grayscale: #C7C7C7. Windows color (decimal): -10031108 or 16576358. OLE color: 16576358.
HSL color Cylindrical-coordinate representation of color #66EFFC: hue angle of 185.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66EFFC is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 239 | 252 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.01 |
| HSL | 185.2º | 0.96% | 0.69% | - |
| HSV(B) | 185.2º | 0.6% | 0.99% | - |
| XYZ | 53.92 | 71.59 | 103.07 | - |
| YUV | 199.52 | 157.61 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 252 | 0.60 | 0.05 | 0 | 0.01 | 185.2 | 0.96 | 0.69 |
| Hex | 66 | EF | FC | 3C | 5 | 0 | 1 | B9 | 60 | 45 |
| Octal | 146 | 357 | 374 | 74 | 5 | 0 | 1 | 271 | 140 | 105 |
| Binary | 1100110 | 11101111 | 11111100 | 111100 | 101 | 0 | 1 | 10111001 | 1100000 | 1000101 |
Color Harmonies of #66EFFC
Complementary color
Monochromatic Colors of #66EFFC
Black with #66EFFC
Text Example
Text Example
White with #66EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFFC; }
p { color: rgb(102,239,252); }
H1.HeaderClassName
{
color: #66EFFC;
}
.AnyTagClassName
{
color: #66EFFC;
}
</style>
background-color css
<style>
a { background-color: #66EFFC; }
a { background-color: rgb(102,239,252); }
div.DivClassName
{
background-color: #66EFFC;
}
.BgClassName
{
background-color: #66EFFC;
}
</style>
border-color css
<style>
span { border-color: #66EFFC; }
span { border-color: rgb(102,239,252); }
td.TdClassName
{
border-color: #66EFFC;
}
.TagClassName
{
border-color: #66EFFC;
}
</style>