Shades of Baby Blue #66FEED
Tints of Baby Blue #66FEED
RGB
CMYK
RGB Variations
Color information
#66FEED (or 0x66FEED) is known color: Baby Blue. HEX triplet: 66, FE and ED. RGB value is (102,254,237). Sum of RGB (Red+Green+Blue) = 102+254+237=593 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.20% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FEED is #990112. Grayscale: #CECECE. Windows color (decimal): -10027283 or 15597158. OLE color: 15597158.
HSL color Cylindrical-coordinate representation of color #66FEED: hue angle of 173.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FEED is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 237 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.00 |
| HSL | 173.29º | 0.99% | 0.7% | - |
| HSV(B) | 173.29º | 0.6% | 1% | - |
| XYZ | 56.21 | 79.82 | 92.57 | - |
| YUV | 206.61 | 145.14 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 237 | 0.60 | 0 | 0.07 | 0.00 | 173.29 | 0.99 | 0.7 |
| Hex | 66 | FE | ED | 3C | 0 | 7 | 0 | AD | 63 | 46 |
| Octal | 146 | 376 | 355 | 74 | 0 | 7 | 0 | 255 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11101101 | 111100 | 0 | 111 | 0 | 10101101 | 1100011 | 1000110 |
Color Harmonies of #66FEED
Complementary color
Monochromatic Colors of #66FEED
Black with #66FEED
Text Example
Text Example
White with #66FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEED; }
p { color: rgb(102,254,237); }
H1.HeaderClassName
{
color: #66FEED;
}
.AnyTagClassName
{
color: #66FEED;
}
</style>
background-color css
<style>
a { background-color: #66FEED; }
a { background-color: rgb(102,254,237); }
div.DivClassName
{
background-color: #66FEED;
}
.BgClassName
{
background-color: #66FEED;
}
</style>
border-color css
<style>
span { border-color: #66FEED; }
span { border-color: rgb(102,254,237); }
td.TdClassName
{
border-color: #66FEED;
}
.TagClassName
{
border-color: #66FEED;
}
</style>