Shades of Deep Sky Blue #009FF1
Tints of Deep Sky Blue #009FF1
RGB
CMYK
RGB Variations
Color information
#009FF1 (or 0x009FF1) is known color: Deep Sky Blue. HEX triplet: 00, 9F and F1. RGB value is (0,159,241). Sum of RGB (Red+Green+Blue) = 0+159+241=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #009FF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FF1 is #FF600E. Grayscale: #787878. Windows color (decimal): -16736271 or 15834880. OLE color: 15834880.
HSL color Cylindrical-coordinate representation of color #009FF1: hue angle of 200.41º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FF1 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 159 | 241 | - |
| CMYK | 1 | 0.34 | 0 | 0.05 |
| HSL | 200.41º | 1% | 0.47% | - |
| HSV(B) | 200.41º | 1% | 0.95% | - |
| XYZ | 28.28 | 31.15 | 87.74 | - |
| YUV | 120.81 | 195.82 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 241 | 1 | 0.34 | 0 | 0.05 | 200.41 | 1 | 0.47 |
| Hex | 0 | 9F | F1 | 64 | 22 | 0 | 5 | C8 | 64 | 2F |
| Octal | 0 | 237 | 361 | 144 | 42 | 0 | 5 | 310 | 144 | 57 |
| Binary | 0 | 10011111 | 11110001 | 1100100 | 100010 | 0 | 101 | 11001000 | 1100100 | 101111 |
Color Harmonies of #009FF1
Complementary color
Monochromatic Colors of #009FF1
Black with #009FF1
Text Example
Text Example
White with #009FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FF1; }
p { color: rgb(0,159,241); }
H1.HeaderClassName
{
color: #009FF1;
}
.AnyTagClassName
{
color: #009FF1;
}
</style>
background-color css
<style>
a { background-color: #009FF1; }
a { background-color: rgb(0,159,241); }
div.DivClassName
{
background-color: #009FF1;
}
.BgClassName
{
background-color: #009FF1;
}
</style>
border-color css
<style>
span { border-color: #009FF1; }
span { border-color: rgb(0,159,241); }
td.TdClassName
{
border-color: #009FF1;
}
.TagClassName
{
border-color: #009FF1;
}
</style>