Shades of Deep Sky Blue #039FEF
Tints of Deep Sky Blue #039FEF
RGB
CMYK
RGB Variations
Color information
#039FEF (or 0x039FEF) is known color: Deep Sky Blue. HEX triplet: 03, 9F and EF. RGB value is (3,159,239). Sum of RGB (Red+Green+Blue) = 3+159+239=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #039FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FEF is #FC6010. Grayscale: #797979. Windows color (decimal): -16539665 or 15703811. OLE color: 15703811.
HSL color Cylindrical-coordinate representation of color #039FEF: hue angle of 200.34º 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 #039FEF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 159 | 239 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.06 |
| HSL | 200.34º | 0.98% | 0.47% | - |
| HSV(B) | 200.34º | 0.99% | 0.94% | - |
| XYZ | 28.02 | 31.05 | 86.18 | - |
| YUV | 121.48 | 194.32 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 239 | 0.99 | 0.33 | 0 | 0.06 | 200.34 | 0.98 | 0.47 |
| Hex | 3 | 9F | EF | 63 | 21 | 0 | 6 | C8 | 62 | 2F |
| Octal | 3 | 237 | 357 | 143 | 41 | 0 | 6 | 310 | 142 | 57 |
| Binary | 11 | 10011111 | 11101111 | 1100011 | 100001 | 0 | 110 | 11001000 | 1100010 | 101111 |
Color Harmonies of #039FEF
Complementary color
Monochromatic Colors of #039FEF
Black with #039FEF
Text Example
Text Example
White with #039FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FEF; }
p { color: rgb(3,159,239); }
H1.HeaderClassName
{
color: #039FEF;
}
.AnyTagClassName
{
color: #039FEF;
}
</style>
background-color css
<style>
a { background-color: #039FEF; }
a { background-color: rgb(3,159,239); }
div.DivClassName
{
background-color: #039FEF;
}
.BgClassName
{
background-color: #039FEF;
}
</style>
border-color css
<style>
span { border-color: #039FEF; }
span { border-color: rgb(3,159,239); }
td.TdClassName
{
border-color: #039FEF;
}
.TagClassName
{
border-color: #039FEF;
}
</style>