Shades of Deep Sky Blue #0EBAFD
Tints of Deep Sky Blue #0EBAFD
RGB
CMYK
RGB Variations
Color information
#0EBAFD (or 0x0EBAFD) is known color: Deep Sky Blue. HEX triplet: 0E, BA and FD. RGB value is (14,186,253). Sum of RGB (Red+Green+Blue) = 14+186+253=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EBAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBAFD is #F14502. Grayscale: #8D8D8D. Windows color (decimal): -15811843 or 16628238. OLE color: 16628238.
HSL color Cylindrical-coordinate representation of color #0EBAFD: hue angle of 196.82º 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 #0EBAFD is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 186 | 253 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.01 |
| HSL | 196.82º | 0.98% | 0.52% | - |
| HSV(B) | 196.82º | 0.94% | 0.99% | - |
| XYZ | 35.47 | 42.3 | 99.22 | - |
| YUV | 142.21 | 190.52 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 253 | 0.94 | 0.26 | 0 | 0.01 | 196.82 | 0.98 | 0.52 |
| Hex | E | BA | FD | 5E | 1A | 0 | 1 | C5 | 62 | 34 |
| Octal | 16 | 272 | 375 | 136 | 32 | 0 | 1 | 305 | 142 | 64 |
| Binary | 1110 | 10111010 | 11111101 | 1011110 | 11010 | 0 | 1 | 11000101 | 1100010 | 110100 |
Color Harmonies of #0EBAFD
Complementary color
Monochromatic Colors of #0EBAFD
Black with #0EBAFD
Text Example
Text Example
White with #0EBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBAFD; }
p { color: rgb(14,186,253); }
H1.HeaderClassName
{
color: #0EBAFD;
}
.AnyTagClassName
{
color: #0EBAFD;
}
</style>
background-color css
<style>
a { background-color: #0EBAFD; }
a { background-color: rgb(14,186,253); }
div.DivClassName
{
background-color: #0EBAFD;
}
.BgClassName
{
background-color: #0EBAFD;
}
</style>
border-color css
<style>
span { border-color: #0EBAFD; }
span { border-color: rgb(14,186,253); }
td.TdClassName
{
border-color: #0EBAFD;
}
.TagClassName
{
border-color: #0EBAFD;
}
</style>