Shades of Baby Blue #66F2ED
Tints of Baby Blue #66F2ED
RGB
CMYK
RGB Variations
Color information
#66F2ED (or 0x66F2ED) is known color: Baby Blue. HEX triplet: 66, F2 and ED. RGB value is (102,242,237). Sum of RGB (Red+Green+Blue) = 102+242+237=581 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.56% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F2ED is #990D12. Grayscale: #C7C7C7. Windows color (decimal): -10030355 or 15594086. OLE color: 15594086.
HSL color Cylindrical-coordinate representation of color #66F2ED: hue angle of 177.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2ED is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 237 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.05 |
| HSL | 177.86º | 0.84% | 0.67% | - |
| HSV(B) | 177.86º | 0.58% | 0.95% | - |
| XYZ | 52.52 | 72.44 | 91.34 | - |
| YUV | 199.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 237 | 0.58 | 0 | 0.02 | 0.05 | 177.86 | 0.84 | 0.67 |
| Hex | 66 | F2 | ED | 3A | 0 | 2 | 5 | B2 | 54 | 43 |
| Octal | 146 | 362 | 355 | 72 | 0 | 2 | 5 | 262 | 124 | 103 |
| Binary | 1100110 | 11110010 | 11101101 | 111010 | 0 | 10 | 101 | 10110010 | 1010100 | 1000011 |
Color Harmonies of #66F2ED
Complementary color
Monochromatic Colors of #66F2ED
Black with #66F2ED
Text Example
Text Example
White with #66F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F2ED; }
p { color: rgb(102,242,237); }
H1.HeaderClassName
{
color: #66F2ED;
}
.AnyTagClassName
{
color: #66F2ED;
}
</style>
background-color css
<style>
a { background-color: #66F2ED; }
a { background-color: rgb(102,242,237); }
div.DivClassName
{
background-color: #66F2ED;
}
.BgClassName
{
background-color: #66F2ED;
}
</style>
border-color css
<style>
span { border-color: #66F2ED; }
span { border-color: rgb(102,242,237); }
td.TdClassName
{
border-color: #66F2ED;
}
.TagClassName
{
border-color: #66F2ED;
}
</style>