Shades of Deep Sky Blue #0EC9FD
Tints of Deep Sky Blue #0EC9FD
RGB
CMYK
RGB Variations
Color information
#0EC9FD (or 0x0EC9FD) is known color: Deep Sky Blue. HEX triplet: 0E, C9 and FD. RGB value is (14,201,253). Sum of RGB (Red+Green+Blue) = 14+201+253=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EC9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC9FD is #F13602. Grayscale: #969696. Windows color (decimal): -15808003 or 16632078. OLE color: 16632078.
HSL color Cylindrical-coordinate representation of color #0EC9FD: hue angle of 193.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC9FD is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 201 | 253 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.01 |
| HSL | 193.05º | 0.98% | 0.52% | - |
| HSV(B) | 193.05º | 0.94% | 0.99% | - |
| XYZ | 38.8 | 48.96 | 100.33 | - |
| YUV | 151.02 | 185.55 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 253 | 0.94 | 0.21 | 0 | 0.01 | 193.05 | 0.98 | 0.52 |
| Hex | E | C9 | FD | 5E | 15 | 0 | 1 | C1 | 62 | 34 |
| Octal | 16 | 311 | 375 | 136 | 25 | 0 | 1 | 301 | 142 | 64 |
| Binary | 1110 | 11001001 | 11111101 | 1011110 | 10101 | 0 | 1 | 11000001 | 1100010 | 110100 |
Color Harmonies of #0EC9FD
Complementary color
Monochromatic Colors of #0EC9FD
Black with #0EC9FD
Text Example
Text Example
White with #0EC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC9FD; }
p { color: rgb(14,201,253); }
H1.HeaderClassName
{
color: #0EC9FD;
}
.AnyTagClassName
{
color: #0EC9FD;
}
</style>
background-color css
<style>
a { background-color: #0EC9FD; }
a { background-color: rgb(14,201,253); }
div.DivClassName
{
background-color: #0EC9FD;
}
.BgClassName
{
background-color: #0EC9FD;
}
</style>
border-color css
<style>
span { border-color: #0EC9FD; }
span { border-color: rgb(14,201,253); }
td.TdClassName
{
border-color: #0EC9FD;
}
.TagClassName
{
border-color: #0EC9FD;
}
</style>