Shades of Baby Blue #66F6E2
Tints of Baby Blue #66F6E2
RGB
CMYK
RGB Variations
Color information
#66F6E2 (or 0x66F6E2) is known color: Baby Blue. HEX triplet: 66, F6 and E2. RGB value is (102,246,226). Sum of RGB (Red+Green+Blue) = 102+246+226=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #66F6E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F6E2 is #99091D. Grayscale: #C8C8C8. Windows color (decimal): -10029342 or 14874214. OLE color: 14874214.
HSL color Cylindrical-coordinate representation of color #66F6E2: hue angle of 171.67º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F6E2 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 226 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.04 |
| HSL | 171.67º | 0.89% | 0.68% | - |
| HSV(B) | 171.67º | 0.59% | 0.96% | - |
| XYZ | 52.16 | 74.23 | 83.53 | - |
| YUV | 200.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 226 | 0.59 | 0 | 0.08 | 0.04 | 171.67 | 0.89 | 0.68 |
| Hex | 66 | F6 | E2 | 3B | 0 | 8 | 4 | AC | 59 | 44 |
| Octal | 146 | 366 | 342 | 73 | 0 | 10 | 4 | 254 | 131 | 104 |
| Binary | 1100110 | 11110110 | 11100010 | 111011 | 0 | 1000 | 100 | 10101100 | 1011001 | 1000100 |
Color Harmonies of #66F6E2
Complementary color
Monochromatic Colors of #66F6E2
Black with #66F6E2
Text Example
Text Example
White with #66F6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F6E2; }
p { color: rgb(102,246,226); }
H1.HeaderClassName
{
color: #66F6E2;
}
.AnyTagClassName
{
color: #66F6E2;
}
</style>
background-color css
<style>
a { background-color: #66F6E2; }
a { background-color: rgb(102,246,226); }
div.DivClassName
{
background-color: #66F6E2;
}
.BgClassName
{
background-color: #66F6E2;
}
</style>
border-color css
<style>
span { border-color: #66F6E2; }
span { border-color: rgb(102,246,226); }
td.TdClassName
{
border-color: #66F6E2;
}
.TagClassName
{
border-color: #66F6E2;
}
</style>