Shades of Deep Sky Blue #009EFC
Tints of Deep Sky Blue #009EFC
RGB
CMYK
RGB Variations
Color information
#009EFC (or 0x009EFC) is known color: Deep Sky Blue. HEX triplet: 00, 9E and FC. RGB value is (0,158,252). Sum of RGB (Red+Green+Blue) = 0+158+252=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #009EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EFC is #FF6103. Grayscale: #787878. Windows color (decimal): -16736516 or 16555520. OLE color: 16555520.
HSL color Cylindrical-coordinate representation of color #009EFC: hue angle of 202.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EFC is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 158 | 252 | - |
| CMYK | 1 | 0.37 | 0 | 0.01 |
| HSL | 202.38º | 1% | 0.49% | - |
| HSV(B) | 202.38º | 1% | 0.99% | - |
| XYZ | 29.8 | 31.48 | 96.6 | - |
| YUV | 121.47 | 201.65 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 252 | 1 | 0.37 | 0 | 0.01 | 202.38 | 1 | 0.49 |
| Hex | 0 | 9E | FC | 64 | 25 | 0 | 1 | CA | 64 | 31 |
| Octal | 0 | 236 | 374 | 144 | 45 | 0 | 1 | 312 | 144 | 61 |
| Binary | 0 | 10011110 | 11111100 | 1100100 | 100101 | 0 | 1 | 11001010 | 1100100 | 110001 |
Color Harmonies of #009EFC
Complementary color
Monochromatic Colors of #009EFC
Black with #009EFC
Text Example
Text Example
White with #009EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EFC; }
p { color: rgb(0,158,252); }
H1.HeaderClassName
{
color: #009EFC;
}
.AnyTagClassName
{
color: #009EFC;
}
</style>
background-color css
<style>
a { background-color: #009EFC; }
a { background-color: rgb(0,158,252); }
div.DivClassName
{
background-color: #009EFC;
}
.BgClassName
{
background-color: #009EFC;
}
</style>
border-color css
<style>
span { border-color: #009EFC; }
span { border-color: rgb(0,158,252); }
td.TdClassName
{
border-color: #009EFC;
}
.TagClassName
{
border-color: #009EFC;
}
</style>