Shades of Baby Blue #66FCEC
Tints of Baby Blue #66FCEC
RGB
CMYK
RGB Variations
Color information
#66FCEC (or 0x66FCEC) is known color: Baby Blue. HEX triplet: 66, FC and EC. RGB value is (102,252,236). Sum of RGB (Red+Green+Blue) = 102+252+236=590 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.29% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCEC is #990313. Grayscale: #CDCDCD. Windows color (decimal): -10027796 or 15531110. OLE color: 15531110.
HSL color Cylindrical-coordinate representation of color #66FCEC: hue angle of 173.6º 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 #66FCEC is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 236 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.01 |
| HSL | 173.6º | 0.96% | 0.69% | - |
| HSV(B) | 173.6º | 0.6% | 0.99% | - |
| XYZ | 55.43 | 78.5 | 91.59 | - |
| YUV | 205.33 | 145.31 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 236 | 0.60 | 0 | 0.06 | 0.01 | 173.6 | 0.96 | 0.69 |
| Hex | 66 | FC | EC | 3C | 0 | 6 | 1 | AE | 60 | 45 |
| Octal | 146 | 374 | 354 | 74 | 0 | 6 | 1 | 256 | 140 | 105 |
| Binary | 1100110 | 11111100 | 11101100 | 111100 | 0 | 110 | 1 | 10101110 | 1100000 | 1000101 |
Color Harmonies of #66FCEC
Complementary color
Monochromatic Colors of #66FCEC
Black with #66FCEC
Text Example
Text Example
White with #66FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCEC; }
p { color: rgb(102,252,236); }
H1.HeaderClassName
{
color: #66FCEC;
}
.AnyTagClassName
{
color: #66FCEC;
}
</style>
background-color css
<style>
a { background-color: #66FCEC; }
a { background-color: rgb(102,252,236); }
div.DivClassName
{
background-color: #66FCEC;
}
.BgClassName
{
background-color: #66FCEC;
}
</style>
border-color css
<style>
span { border-color: #66FCEC; }
span { border-color: rgb(102,252,236); }
td.TdClassName
{
border-color: #66FCEC;
}
.TagClassName
{
border-color: #66FCEC;
}
</style>