Shades of Deep Sky Blue #009FEA
Tints of Deep Sky Blue #009FEA
RGB
CMYK
RGB Variations
Color information
#009FEA (or 0x009FEA) is known color: Deep Sky Blue. HEX triplet: 00, 9F and EA. RGB value is (0,159,234). Sum of RGB (Red+Green+Blue) = 0+159+234=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #009FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FEA is #FF6015. Grayscale: #777777. Windows color (decimal): -16736278 or 15376128. OLE color: 15376128.
HSL color Cylindrical-coordinate representation of color #009FEA: hue angle of 199.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FEA is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 159 | 234 | - |
| CMYK | 1 | 0.32 | 0 | 0.08 |
| HSL | 199.23º | 1% | 0.46% | - |
| HSV(B) | 199.23º | 1% | 0.92% | - |
| XYZ | 27.25 | 30.74 | 82.34 | - |
| YUV | 120.01 | 192.32 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 234 | 1 | 0.32 | 0 | 0.08 | 199.23 | 1 | 0.46 |
| Hex | 0 | 9F | EA | 64 | 20 | 0 | 8 | C7 | 64 | 2E |
| Octal | 0 | 237 | 352 | 144 | 40 | 0 | 10 | 307 | 144 | 56 |
| Binary | 0 | 10011111 | 11101010 | 1100100 | 100000 | 0 | 1000 | 11000111 | 1100100 | 101110 |
Color Harmonies of #009FEA
Complementary color
Monochromatic Colors of #009FEA
Black with #009FEA
Text Example
Text Example
White with #009FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FEA; }
p { color: rgb(0,159,234); }
H1.HeaderClassName
{
color: #009FEA;
}
.AnyTagClassName
{
color: #009FEA;
}
</style>
background-color css
<style>
a { background-color: #009FEA; }
a { background-color: rgb(0,159,234); }
div.DivClassName
{
background-color: #009FEA;
}
.BgClassName
{
background-color: #009FEA;
}
</style>
border-color css
<style>
span { border-color: #009FEA; }
span { border-color: rgb(0,159,234); }
td.TdClassName
{
border-color: #009FEA;
}
.TagClassName
{
border-color: #009FEA;
}
</style>