Shades of Deep Sky Blue #0EBDEF
Tints of Deep Sky Blue #0EBDEF
RGB
CMYK
RGB Variations
Color information
#0EBDEF (or 0x0EBDEF) is known color: Deep Sky Blue. HEX triplet: 0E, BD and EF. RGB value is (14,189,239). Sum of RGB (Red+Green+Blue) = 14+189+239=442 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EBDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBDEF is #F14210. Grayscale: #8E8E8E. Windows color (decimal): -15811089 or 15711502. OLE color: 15711502.
HSL color Cylindrical-coordinate representation of color #0EBDEF: hue angle of 193.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBDEF is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 189 | 239 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.06 |
| HSL | 193.33º | 0.89% | 0.5% | - |
| HSV(B) | 193.33º | 0.94% | 0.94% | - |
| XYZ | 33.96 | 42.72 | 88.12 | - |
| YUV | 142.38 | 182.52 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 239 | 0.94 | 0.21 | 0 | 0.06 | 193.33 | 0.89 | 0.5 |
| Hex | E | BD | EF | 5E | 15 | 0 | 6 | C1 | 59 | 32 |
| Octal | 16 | 275 | 357 | 136 | 25 | 0 | 6 | 301 | 131 | 62 |
| Binary | 1110 | 10111101 | 11101111 | 1011110 | 10101 | 0 | 110 | 11000001 | 1011001 | 110010 |
Color Harmonies of #0EBDEF
Complementary color
Monochromatic Colors of #0EBDEF
Black with #0EBDEF
Text Example
Text Example
White with #0EBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDEF; }
p { color: rgb(14,189,239); }
H1.HeaderClassName
{
color: #0EBDEF;
}
.AnyTagClassName
{
color: #0EBDEF;
}
</style>
background-color css
<style>
a { background-color: #0EBDEF; }
a { background-color: rgb(14,189,239); }
div.DivClassName
{
background-color: #0EBDEF;
}
.BgClassName
{
background-color: #0EBDEF;
}
</style>
border-color css
<style>
span { border-color: #0EBDEF; }
span { border-color: rgb(14,189,239); }
td.TdClassName
{
border-color: #0EBDEF;
}
.TagClassName
{
border-color: #0EBDEF;
}
</style>