Shades of Baby Blue #66F9ED
Tints of Baby Blue #66F9ED
RGB
CMYK
RGB Variations
Color information
#66F9ED (or 0x66F9ED) is known color: Baby Blue. HEX triplet: 66, F9 and ED. RGB value is (102,249,237). Sum of RGB (Red+Green+Blue) = 102+249+237=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F9ED is #990612. Grayscale: #CBCBCB. Windows color (decimal): -10028563 or 15595878. OLE color: 15595878.
HSL color Cylindrical-coordinate representation of color #66F9ED: hue angle of 175.1º 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 #66F9ED is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 237 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.02 |
| HSL | 175.1º | 0.92% | 0.69% | - |
| HSV(B) | 175.1º | 0.59% | 0.98% | - |
| XYZ | 54.64 | 76.69 | 92.04 | - |
| YUV | 203.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 237 | 0.59 | 0 | 0.05 | 0.02 | 175.1 | 0.92 | 0.69 |
| Hex | 66 | F9 | ED | 3B | 0 | 5 | 2 | AF | 5C | 45 |
| Octal | 146 | 371 | 355 | 73 | 0 | 5 | 2 | 257 | 134 | 105 |
| Binary | 1100110 | 11111001 | 11101101 | 111011 | 0 | 101 | 10 | 10101111 | 1011100 | 1000101 |
Color Harmonies of #66F9ED
Complementary color
Monochromatic Colors of #66F9ED
Black with #66F9ED
Text Example
Text Example
White with #66F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F9ED; }
p { color: rgb(102,249,237); }
H1.HeaderClassName
{
color: #66F9ED;
}
.AnyTagClassName
{
color: #66F9ED;
}
</style>
background-color css
<style>
a { background-color: #66F9ED; }
a { background-color: rgb(102,249,237); }
div.DivClassName
{
background-color: #66F9ED;
}
.BgClassName
{
background-color: #66F9ED;
}
</style>
border-color css
<style>
span { border-color: #66F9ED; }
span { border-color: rgb(102,249,237); }
td.TdClassName
{
border-color: #66F9ED;
}
.TagClassName
{
border-color: #66F9ED;
}
</style>