Shades of Deep Sky Blue #0EBEEF
Tints of Deep Sky Blue #0EBEEF
RGB
CMYK
RGB Variations
Color information
#0EBEEF (or 0x0EBEEF) is known color: Deep Sky Blue. HEX triplet: 0E, BE and EF. RGB value is (14,190,239). Sum of RGB (Red+Green+Blue) = 14+190+239=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EBEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBEEF is #F14110. Grayscale: #8E8E8E. Windows color (decimal): -15810833 or 15711758. OLE color: 15711758.
HSL color Cylindrical-coordinate representation of color #0EBEEF: hue angle of 193.07º 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 #0EBEEF is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 190 | 239 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.06 |
| HSL | 193.07º | 0.89% | 0.5% | - |
| HSV(B) | 193.07º | 0.94% | 0.94% | - |
| XYZ | 34.17 | 43.15 | 88.19 | - |
| YUV | 142.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 239 | 0.94 | 0.21 | 0 | 0.06 | 193.07 | 0.89 | 0.5 |
| Hex | E | BE | EF | 5E | 15 | 0 | 6 | C1 | 59 | 32 |
| Octal | 16 | 276 | 357 | 136 | 25 | 0 | 6 | 301 | 131 | 62 |
| Binary | 1110 | 10111110 | 11101111 | 1011110 | 10101 | 0 | 110 | 11000001 | 1011001 | 110010 |
Color Harmonies of #0EBEEF
Complementary color
Monochromatic Colors of #0EBEEF
Black with #0EBEEF
Text Example
Text Example
White with #0EBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEEF; }
p { color: rgb(14,190,239); }
H1.HeaderClassName
{
color: #0EBEEF;
}
.AnyTagClassName
{
color: #0EBEEF;
}
</style>
background-color css
<style>
a { background-color: #0EBEEF; }
a { background-color: rgb(14,190,239); }
div.DivClassName
{
background-color: #0EBEEF;
}
.BgClassName
{
background-color: #0EBEEF;
}
</style>
border-color css
<style>
span { border-color: #0EBEEF; }
span { border-color: rgb(14,190,239); }
td.TdClassName
{
border-color: #0EBEEF;
}
.TagClassName
{
border-color: #0EBEEF;
}
</style>