Shades of Deep Sky Blue #009FFA
Tints of Deep Sky Blue #009FFA
RGB
CMYK
RGB Variations
Color information
#009FFA (or 0x009FFA) is known color: Deep Sky Blue. HEX triplet: 00, 9F and FA. RGB value is (0,159,250). Sum of RGB (Red+Green+Blue) = 0+159+250=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #009FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FFA is #FF6005. Grayscale: #797979. Windows color (decimal): -16736262 or 16424704. OLE color: 16424704.
HSL color Cylindrical-coordinate representation of color #009FFA: hue angle of 201.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FFA is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 159 | 250 | - |
| CMYK | 1 | 0.36 | 0 | 0.02 |
| HSL | 201.84º | 1% | 0.49% | - |
| HSV(B) | 201.84º | 1% | 0.98% | - |
| XYZ | 29.65 | 31.7 | 95 | - |
| YUV | 121.83 | 200.32 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 250 | 1 | 0.36 | 0 | 0.02 | 201.84 | 1 | 0.49 |
| Hex | 0 | 9F | FA | 64 | 24 | 0 | 2 | CA | 64 | 31 |
| Octal | 0 | 237 | 372 | 144 | 44 | 0 | 2 | 312 | 144 | 61 |
| Binary | 0 | 10011111 | 11111010 | 1100100 | 100100 | 0 | 10 | 11001010 | 1100100 | 110001 |
Color Harmonies of #009FFA
Complementary color
Monochromatic Colors of #009FFA
Black with #009FFA
Text Example
Text Example
White with #009FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FFA; }
p { color: rgb(0,159,250); }
H1.HeaderClassName
{
color: #009FFA;
}
.AnyTagClassName
{
color: #009FFA;
}
</style>
background-color css
<style>
a { background-color: #009FFA; }
a { background-color: rgb(0,159,250); }
div.DivClassName
{
background-color: #009FFA;
}
.BgClassName
{
background-color: #009FFA;
}
</style>
border-color css
<style>
span { border-color: #009FFA; }
span { border-color: rgb(0,159,250); }
td.TdClassName
{
border-color: #009FFA;
}
.TagClassName
{
border-color: #009FFA;
}
</style>