Shades of Deep Sky Blue #029EED
Tints of Deep Sky Blue #029EED
RGB
CMYK
RGB Variations
Color information
#029EED (or 0x029EED) is known color: Deep Sky Blue. HEX triplet: 02, 9E and ED. RGB value is (2,158,237). Sum of RGB (Red+Green+Blue) = 2+158+237=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #029EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029EED is #FD6112. Grayscale: #777777. Windows color (decimal): -16605459 or 15572482. OLE color: 15572482.
HSL color Cylindrical-coordinate representation of color #029EED: hue angle of 200.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EED is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 158 | 237 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.07 |
| HSL | 200.17º | 0.98% | 0.47% | - |
| HSV(B) | 200.17º | 0.99% | 0.93% | - |
| XYZ | 27.54 | 30.58 | 84.57 | - |
| YUV | 120.36 | 193.82 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 237 | 0.99 | 0.33 | 0 | 0.07 | 200.17 | 0.98 | 0.47 |
| Hex | 2 | 9E | ED | 63 | 21 | 0 | 7 | C8 | 62 | 2F |
| Octal | 2 | 236 | 355 | 143 | 41 | 0 | 7 | 310 | 142 | 57 |
| Binary | 10 | 10011110 | 11101101 | 1100011 | 100001 | 0 | 111 | 11001000 | 1100010 | 101111 |
Color Harmonies of #029EED
Complementary color
Monochromatic Colors of #029EED
Black with #029EED
Text Example
Text Example
White with #029EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029EED; }
p { color: rgb(2,158,237); }
H1.HeaderClassName
{
color: #029EED;
}
.AnyTagClassName
{
color: #029EED;
}
</style>
background-color css
<style>
a { background-color: #029EED; }
a { background-color: rgb(2,158,237); }
div.DivClassName
{
background-color: #029EED;
}
.BgClassName
{
background-color: #029EED;
}
</style>
border-color css
<style>
span { border-color: #029EED; }
span { border-color: rgb(2,158,237); }
td.TdClassName
{
border-color: #029EED;
}
.TagClassName
{
border-color: #029EED;
}
</style>