Shades of Deep Sky Blue #009FFB
Tints of Deep Sky Blue #009FFB
RGB
CMYK
RGB Variations
Color information
#009FFB (or 0x009FFB) is known color: Deep Sky Blue. HEX triplet: 00, 9F and FB. RGB value is (0,159,251). Sum of RGB (Red+Green+Blue) = 0+159+251=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #009FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FFB is #FF6004. Grayscale: #797979. Windows color (decimal): -16736261 or 16490240. OLE color: 16490240.
HSL color Cylindrical-coordinate representation of color #009FFB: hue angle of 201.99º 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 #009FFB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 159 | 251 | - |
| CMYK | 1 | 0.37 | 0 | 0.02 |
| HSL | 201.99º | 1% | 0.49% | - |
| HSV(B) | 201.99º | 1% | 0.98% | - |
| XYZ | 29.81 | 31.76 | 95.83 | - |
| YUV | 121.95 | 200.82 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 251 | 1 | 0.37 | 0 | 0.02 | 201.99 | 1 | 0.49 |
| Hex | 0 | 9F | FB | 64 | 25 | 0 | 2 | CA | 64 | 31 |
| Octal | 0 | 237 | 373 | 144 | 45 | 0 | 2 | 312 | 144 | 61 |
| Binary | 0 | 10011111 | 11111011 | 1100100 | 100101 | 0 | 10 | 11001010 | 1100100 | 110001 |
Color Harmonies of #009FFB
Complementary color
Monochromatic Colors of #009FFB
Black with #009FFB
Text Example
Text Example
White with #009FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FFB; }
p { color: rgb(0,159,251); }
H1.HeaderClassName
{
color: #009FFB;
}
.AnyTagClassName
{
color: #009FFB;
}
</style>
background-color css
<style>
a { background-color: #009FFB; }
a { background-color: rgb(0,159,251); }
div.DivClassName
{
background-color: #009FFB;
}
.BgClassName
{
background-color: #009FFB;
}
</style>
border-color css
<style>
span { border-color: #009FFB; }
span { border-color: rgb(0,159,251); }
td.TdClassName
{
border-color: #009FFB;
}
.TagClassName
{
border-color: #009FFB;
}
</style>