Shades of Deep Sky Blue #009FFD
Tints of Deep Sky Blue #009FFD
RGB
CMYK
RGB Variations
Color information
#009FFD (or 0x009FFD) is known color: Deep Sky Blue. HEX triplet: 00, 9F and FD. RGB value is (0,159,253). Sum of RGB (Red+Green+Blue) = 0+159+253=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #009FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FFD is #FF6002. Grayscale: #797979. Windows color (decimal): -16736259 or 16621312. OLE color: 16621312.
HSL color Cylindrical-coordinate representation of color #009FFD: hue angle of 202.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FFD is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 159 | 253 | - |
| CMYK | 1 | 0.37 | 0 | 0.01 |
| HSL | 202.29º | 1% | 0.5% | - |
| HSV(B) | 202.29º | 1% | 0.99% | - |
| XYZ | 30.13 | 31.89 | 97.5 | - |
| YUV | 122.18 | 201.82 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 253 | 1 | 0.37 | 0 | 0.01 | 202.29 | 1 | 0.5 |
| Hex | 0 | 9F | FD | 64 | 25 | 0 | 1 | CA | 64 | 32 |
| Octal | 0 | 237 | 375 | 144 | 45 | 0 | 1 | 312 | 144 | 62 |
| Binary | 0 | 10011111 | 11111101 | 1100100 | 100101 | 0 | 1 | 11001010 | 1100100 | 110010 |
Color Harmonies of #009FFD
Complementary color
Monochromatic Colors of #009FFD
Black with #009FFD
Text Example
Text Example
White with #009FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FFD; }
p { color: rgb(0,159,253); }
H1.HeaderClassName
{
color: #009FFD;
}
.AnyTagClassName
{
color: #009FFD;
}
</style>
background-color css
<style>
a { background-color: #009FFD; }
a { background-color: rgb(0,159,253); }
div.DivClassName
{
background-color: #009FFD;
}
.BgClassName
{
background-color: #009FFD;
}
</style>
border-color css
<style>
span { border-color: #009FFD; }
span { border-color: rgb(0,159,253); }
td.TdClassName
{
border-color: #009FFD;
}
.TagClassName
{
border-color: #009FFD;
}
</style>