Shades of Deep Sky Blue #0EBFEA
Tints of Deep Sky Blue #0EBFEA
RGB
CMYK
RGB Variations
Color information
#0EBFEA (or 0x0EBFEA) is known color: Deep Sky Blue. HEX triplet: 0E, BF and EA. RGB value is (14,191,234). Sum of RGB (Red+Green+Blue) = 14+191+234=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EBFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBFEA is #F14015. Grayscale: #8E8E8E. Windows color (decimal): -15810582 or 15384334. OLE color: 15384334.
HSL color Cylindrical-coordinate representation of color #0EBFEA: hue angle of 191.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBFEA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 191 | 234 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.08 |
| HSL | 191.73º | 0.89% | 0.49% | - |
| HSV(B) | 191.73º | 0.94% | 0.92% | - |
| XYZ | 33.66 | 43.3 | 84.42 | - |
| YUV | 142.98 | 179.36 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 234 | 0.94 | 0.18 | 0 | 0.08 | 191.73 | 0.89 | 0.49 |
| Hex | E | BF | EA | 5E | 12 | 0 | 8 | C0 | 59 | 31 |
| Octal | 16 | 277 | 352 | 136 | 22 | 0 | 10 | 300 | 131 | 61 |
| Binary | 1110 | 10111111 | 11101010 | 1011110 | 10010 | 0 | 1000 | 11000000 | 1011001 | 110001 |
Color Harmonies of #0EBFEA
Complementary color
Monochromatic Colors of #0EBFEA
Black with #0EBFEA
Text Example
Text Example
White with #0EBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFEA; }
p { color: rgb(14,191,234); }
H1.HeaderClassName
{
color: #0EBFEA;
}
.AnyTagClassName
{
color: #0EBFEA;
}
</style>
background-color css
<style>
a { background-color: #0EBFEA; }
a { background-color: rgb(14,191,234); }
div.DivClassName
{
background-color: #0EBFEA;
}
.BgClassName
{
background-color: #0EBFEA;
}
</style>
border-color css
<style>
span { border-color: #0EBFEA; }
span { border-color: rgb(14,191,234); }
td.TdClassName
{
border-color: #0EBFEA;
}
.TagClassName
{
border-color: #0EBFEA;
}
</style>