Shades of Baby Blue #66F9E8
Tints of Baby Blue #66F9E8
RGB
CMYK
RGB Variations
Color information
#66F9E8 (or 0x66F9E8) is known color: Baby Blue. HEX triplet: 66, F9 and E8. RGB value is (102,249,232). Sum of RGB (Red+Green+Blue) = 102+249+232=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F9E8 is #990617. Grayscale: #CBCBCB. Windows color (decimal): -10028568 or 15268198. OLE color: 15268198.
HSL color Cylindrical-coordinate representation of color #66F9E8: hue angle of 173.06º 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 #66F9E8 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 232 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.02 |
| HSL | 173.06º | 0.92% | 0.69% | - |
| HSV(B) | 173.06º | 0.59% | 0.98% | - |
| XYZ | 53.92 | 76.4 | 88.25 | - |
| YUV | 203.11 | 144.3 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 232 | 0.59 | 0 | 0.07 | 0.02 | 173.06 | 0.92 | 0.69 |
| Hex | 66 | F9 | E8 | 3B | 0 | 7 | 2 | AD | 5C | 45 |
| Octal | 146 | 371 | 350 | 73 | 0 | 7 | 2 | 255 | 134 | 105 |
| Binary | 1100110 | 11111001 | 11101000 | 111011 | 0 | 111 | 10 | 10101101 | 1011100 | 1000101 |
Color Harmonies of #66F9E8
Complementary color
Monochromatic Colors of #66F9E8
Black with #66F9E8
Text Example
Text Example
White with #66F9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F9E8; }
p { color: rgb(102,249,232); }
H1.HeaderClassName
{
color: #66F9E8;
}
.AnyTagClassName
{
color: #66F9E8;
}
</style>
background-color css
<style>
a { background-color: #66F9E8; }
a { background-color: rgb(102,249,232); }
div.DivClassName
{
background-color: #66F9E8;
}
.BgClassName
{
background-color: #66F9E8;
}
</style>
border-color css
<style>
span { border-color: #66F9E8; }
span { border-color: rgb(102,249,232); }
td.TdClassName
{
border-color: #66F9E8;
}
.TagClassName
{
border-color: #66F9E8;
}
</style>