Shades of Baby Blue #66ECF9
Tints of Baby Blue #66ECF9
RGB
CMYK
RGB Variations
Color information
#66ECF9 (or 0x66ECF9) is known color: Baby Blue. HEX triplet: 66, EC and F9. RGB value is (102,236,249). Sum of RGB (Red+Green+Blue) = 102+236+249=587 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.38% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #66ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66ECF9 is #991306. Grayscale: #C5C5C5. Windows color (decimal): -10031879 or 16378982. OLE color: 16378982.
HSL color Cylindrical-coordinate representation of color #66ECF9: hue angle of 185.31º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66ECF9 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 236 | 249 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.02 |
| HSL | 185.31º | 0.92% | 0.69% | - |
| HSV(B) | 185.31º | 0.59% | 0.98% | - |
| XYZ | 52.57 | 69.66 | 100.3 | - |
| YUV | 197.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 249 | 0.59 | 0.05 | 0 | 0.02 | 185.31 | 0.92 | 0.69 |
| Hex | 66 | EC | F9 | 3B | 5 | 0 | 2 | B9 | 5C | 45 |
| Octal | 146 | 354 | 371 | 73 | 5 | 0 | 2 | 271 | 134 | 105 |
| Binary | 1100110 | 11101100 | 11111001 | 111011 | 101 | 0 | 10 | 10111001 | 1011100 | 1000101 |
Color Harmonies of #66ECF9
Complementary color
Monochromatic Colors of #66ECF9
Black with #66ECF9
Text Example
Text Example
White with #66ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECF9; }
p { color: rgb(102,236,249); }
H1.HeaderClassName
{
color: #66ECF9;
}
.AnyTagClassName
{
color: #66ECF9;
}
</style>
background-color css
<style>
a { background-color: #66ECF9; }
a { background-color: rgb(102,236,249); }
div.DivClassName
{
background-color: #66ECF9;
}
.BgClassName
{
background-color: #66ECF9;
}
</style>
border-color css
<style>
span { border-color: #66ECF9; }
span { border-color: rgb(102,236,249); }
td.TdClassName
{
border-color: #66ECF9;
}
.TagClassName
{
border-color: #66ECF9;
}
</style>