Shades of Deep Sky Blue #009FFF
Tints of Deep Sky Blue #009FFF
RGB
CMYK
RGB Variations
Color information
#009FFF (or 0x009FFF) is known color: Deep Sky Blue. HEX triplet: 00, 9F and FF. RGB value is (0,159,255). Sum of RGB (Red+Green+Blue) = 0+159+255=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #009FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FFF is #FF6000. Grayscale: #797979. Windows color (decimal): -16736257 or 16752384. OLE color: 16752384.
HSL color Cylindrical-coordinate representation of color #009FFF: hue angle of 202.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FFF is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 159 | 255 | - |
| CMYK | 1 | 0.38 | 0 | 0 |
| HSL | 202.59º | 1% | 0.5% | - |
| HSV(B) | 202.59º | 1% | 1% | - |
| XYZ | 30.45 | 32.02 | 99.18 | - |
| YUV | 122.4 | 202.82 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 255 | 1 | 0.38 | 0 | 0 | 202.59 | 1 | 0.5 |
| Hex | 0 | 9F | FF | 64 | 26 | 0 | 0 | CB | 64 | 32 |
| Octal | 0 | 237 | 377 | 144 | 46 | 0 | 0 | 313 | 144 | 62 |
| Binary | 0 | 10011111 | 11111111 | 1100100 | 100110 | 0 | 0 | 11001011 | 1100100 | 110010 |
Color Harmonies of #009FFF
Complementary color
Monochromatic Colors of #009FFF
Black with #009FFF
Text Example
Text Example
White with #009FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FFF; }
p { color: rgb(0,159,255); }
H1.HeaderClassName
{
color: #009FFF;
}
.AnyTagClassName
{
color: #009FFF;
}
</style>
background-color css
<style>
a { background-color: #009FFF; }
a { background-color: rgb(0,159,255); }
div.DivClassName
{
background-color: #009FFF;
}
.BgClassName
{
background-color: #009FFF;
}
</style>
border-color css
<style>
span { border-color: #009FFF; }
span { border-color: rgb(0,159,255); }
td.TdClassName
{
border-color: #009FFF;
}
.TagClassName
{
border-color: #009FFF;
}
</style>