Shades of Deep Sky Blue #029FEF
Tints of Deep Sky Blue #029FEF
RGB
CMYK
RGB Variations
Color information
#029FEF (or 0x029FEF) is known color: Deep Sky Blue. HEX triplet: 02, 9F and EF. RGB value is (2,159,239). Sum of RGB (Red+Green+Blue) = 2+159+239=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #029FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FEF is #FD6010. Grayscale: #787878. Windows color (decimal): -16605201 or 15703810. OLE color: 15703810.
HSL color Cylindrical-coordinate representation of color #029FEF: hue angle of 200.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FEF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 159 | 239 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.06 |
| HSL | 200.25º | 0.98% | 0.47% | - |
| HSV(B) | 200.25º | 0.99% | 0.94% | - |
| XYZ | 28 | 31.04 | 86.18 | - |
| YUV | 121.18 | 194.49 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 239 | 0.99 | 0.33 | 0 | 0.06 | 200.25 | 0.98 | 0.47 |
| Hex | 2 | 9F | EF | 63 | 21 | 0 | 6 | C8 | 62 | 2F |
| Octal | 2 | 237 | 357 | 143 | 41 | 0 | 6 | 310 | 142 | 57 |
| Binary | 10 | 10011111 | 11101111 | 1100011 | 100001 | 0 | 110 | 11001000 | 1100010 | 101111 |
Color Harmonies of #029FEF
Complementary color
Monochromatic Colors of #029FEF
Black with #029FEF
Text Example
Text Example
White with #029FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FEF; }
p { color: rgb(2,159,239); }
H1.HeaderClassName
{
color: #029FEF;
}
.AnyTagClassName
{
color: #029FEF;
}
</style>
background-color css
<style>
a { background-color: #029FEF; }
a { background-color: rgb(2,159,239); }
div.DivClassName
{
background-color: #029FEF;
}
.BgClassName
{
background-color: #029FEF;
}
</style>
border-color css
<style>
span { border-color: #029FEF; }
span { border-color: rgb(2,159,239); }
td.TdClassName
{
border-color: #029FEF;
}
.TagClassName
{
border-color: #029FEF;
}
</style>