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