Shades of Deep Sky Blue #039FEB
Tints of Deep Sky Blue #039FEB
RGB
CMYK
RGB Variations
Color information
#039FEB (or 0x039FEB) is known color: Deep Sky Blue. HEX triplet: 03, 9F and EB. RGB value is (3,159,235). Sum of RGB (Red+Green+Blue) = 3+159+235=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #039FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FEB is #FC6014. Grayscale: #787878. Windows color (decimal): -16539669 or 15441667. OLE color: 15441667.
HSL color Cylindrical-coordinate representation of color #039FEB: hue angle of 199.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FEB is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 159 | 235 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.08 |
| HSL | 199.66º | 0.97% | 0.47% | - |
| HSV(B) | 199.66º | 0.99% | 0.92% | - |
| XYZ | 27.43 | 30.81 | 83.1 | - |
| YUV | 121.02 | 192.32 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 235 | 0.99 | 0.32 | 0 | 0.08 | 199.66 | 0.97 | 0.47 |
| Hex | 3 | 9F | EB | 63 | 20 | 0 | 8 | C8 | 61 | 2F |
| Octal | 3 | 237 | 353 | 143 | 40 | 0 | 10 | 310 | 141 | 57 |
| Binary | 11 | 10011111 | 11101011 | 1100011 | 100000 | 0 | 1000 | 11001000 | 1100001 | 101111 |
Color Harmonies of #039FEB
Complementary color
Monochromatic Colors of #039FEB
Black with #039FEB
Text Example
Text Example
White with #039FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FEB; }
p { color: rgb(3,159,235); }
H1.HeaderClassName
{
color: #039FEB;
}
.AnyTagClassName
{
color: #039FEB;
}
</style>
background-color css
<style>
a { background-color: #039FEB; }
a { background-color: rgb(3,159,235); }
div.DivClassName
{
background-color: #039FEB;
}
.BgClassName
{
background-color: #039FEB;
}
</style>
border-color css
<style>
span { border-color: #039FEB; }
span { border-color: rgb(3,159,235); }
td.TdClassName
{
border-color: #039FEB;
}
.TagClassName
{
border-color: #039FEB;
}
</style>