Shades of Deep Sky Blue #0EBBEF
Tints of Deep Sky Blue #0EBBEF
RGB
CMYK
RGB Variations
Color information
#0EBBEF (or 0x0EBBEF) is known color: Deep Sky Blue. HEX triplet: 0E, BB and EF. RGB value is (14,187,239). Sum of RGB (Red+Green+Blue) = 14+187+239=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EBBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBBEF is #F14410. Grayscale: #8C8C8C. Windows color (decimal): -15811601 or 15710990. OLE color: 15710990.
HSL color Cylindrical-coordinate representation of color #0EBBEF: hue angle of 193.87º 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 #0EBBEF is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 187 | 239 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.06 |
| HSL | 193.87º | 0.89% | 0.5% | - |
| HSV(B) | 193.87º | 0.94% | 0.94% | - |
| XYZ | 33.53 | 41.87 | 87.98 | - |
| YUV | 141.2 | 183.19 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 239 | 0.94 | 0.22 | 0 | 0.06 | 193.87 | 0.89 | 0.5 |
| Hex | E | BB | EF | 5E | 16 | 0 | 6 | C2 | 59 | 32 |
| Octal | 16 | 273 | 357 | 136 | 26 | 0 | 6 | 302 | 131 | 62 |
| Binary | 1110 | 10111011 | 11101111 | 1011110 | 10110 | 0 | 110 | 11000010 | 1011001 | 110010 |
Color Harmonies of #0EBBEF
Complementary color
Monochromatic Colors of #0EBBEF
Black with #0EBBEF
Text Example
Text Example
White with #0EBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBEF; }
p { color: rgb(14,187,239); }
H1.HeaderClassName
{
color: #0EBBEF;
}
.AnyTagClassName
{
color: #0EBBEF;
}
</style>
background-color css
<style>
a { background-color: #0EBBEF; }
a { background-color: rgb(14,187,239); }
div.DivClassName
{
background-color: #0EBBEF;
}
.BgClassName
{
background-color: #0EBBEF;
}
</style>
border-color css
<style>
span { border-color: #0EBBEF; }
span { border-color: rgb(14,187,239); }
td.TdClassName
{
border-color: #0EBBEF;
}
.TagClassName
{
border-color: #0EBBEF;
}
</style>