Shades of Deep Sky Blue #039FEC
Tints of Deep Sky Blue #039FEC
RGB
CMYK
RGB Variations
Color information
#039FEC (or 0x039FEC) is known color: Deep Sky Blue. HEX triplet: 03, 9F and EC. RGB value is (3,159,236). Sum of RGB (Red+Green+Blue) = 3+159+236=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #039FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FEC is #FC6013. Grayscale: #787878. Windows color (decimal): -16539668 or 15507203. OLE color: 15507203.
HSL color Cylindrical-coordinate representation of color #039FEC: hue angle of 199.83º degrees, saturation: 0.97, 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 #039FEC is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 3 | 159 | 236 | - |
CMYK | 0.99 | 0.33 | 0 | 0.07 |
HSL | 199.83º | 0.97% | 0.47% | - |
HSV(B) | 199.83º | 0.99% | 0.93% | - |
XYZ | 27.58 | 30.87 | 83.86 | - |
YUV | 121.13 | 192.82 | 43.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 159 | 236 | 0.99 | 0.33 | 0 | 0.07 | 199.83 | 0.97 | 0.47 |
Hex | 3 | 9F | EC | 63 | 21 | 0 | 7 | C8 | 61 | 2F |
Octal | 3 | 237 | 354 | 143 | 41 | 0 | 7 | 310 | 141 | 57 |
Binary | 11 | 10011111 | 11101100 | 1100011 | 100001 | 0 | 111 | 11001000 | 1100001 | 101111 |
Color Harmonies of #039FEC
Complementary color
Monochromatic Colors of #039FEC
Black with #039FEC
Text Example
Text Example
White with #039FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FEC; }
p { color: rgb(3,159,236); }
H1.HeaderClassName
{
color: #039FEC;
}
.AnyTagClassName
{
color: #039FEC;
}
</style>
background-color css
<style>
a { background-color: #039FEC; }
a { background-color: rgb(3,159,236); }
div.DivClassName
{
background-color: #039FEC;
}
.BgClassName
{
background-color: #039FEC;
}
</style>
border-color css
<style>
span { border-color: #039FEC; }
span { border-color: rgb(3,159,236); }
td.TdClassName
{
border-color: #039FEC;
}
.TagClassName
{
border-color: #039FEC;
}
</style>