Shades of Baby Blue #66F9EC
Tints of Baby Blue #66F9EC
RGB
CMYK
RGB Variations
Color information
#66F9EC (or 0x66F9EC) is known color: Baby Blue. HEX triplet: 66, F9 and EC. RGB value is (102,249,236). Sum of RGB (Red+Green+Blue) = 102+249+236=587 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.38% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F9EC is #990613. Grayscale: #CBCBCB. Windows color (decimal): -10028564 or 15530342. OLE color: 15530342.
HSL color Cylindrical-coordinate representation of color #66F9EC: hue angle of 174.69º 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 #66F9EC is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 236 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.02 |
| HSL | 174.69º | 0.92% | 0.69% | - |
| HSV(B) | 174.69º | 0.59% | 0.98% | - |
| XYZ | 54.5 | 76.63 | 91.28 | - |
| YUV | 203.57 | 146.3 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 236 | 0.59 | 0 | 0.05 | 0.02 | 174.69 | 0.92 | 0.69 |
| Hex | 66 | F9 | EC | 3B | 0 | 5 | 2 | AF | 5C | 45 |
| Octal | 146 | 371 | 354 | 73 | 0 | 5 | 2 | 257 | 134 | 105 |
| Binary | 1100110 | 11111001 | 11101100 | 111011 | 0 | 101 | 10 | 10101111 | 1011100 | 1000101 |
Color Harmonies of #66F9EC
Complementary color
Monochromatic Colors of #66F9EC
Black with #66F9EC
Text Example
Text Example
White with #66F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F9EC; }
p { color: rgb(102,249,236); }
H1.HeaderClassName
{
color: #66F9EC;
}
.AnyTagClassName
{
color: #66F9EC;
}
</style>
background-color css
<style>
a { background-color: #66F9EC; }
a { background-color: rgb(102,249,236); }
div.DivClassName
{
background-color: #66F9EC;
}
.BgClassName
{
background-color: #66F9EC;
}
</style>
border-color css
<style>
span { border-color: #66F9EC; }
span { border-color: rgb(102,249,236); }
td.TdClassName
{
border-color: #66F9EC;
}
.TagClassName
{
border-color: #66F9EC;
}
</style>