Shades of Deep Sky Blue #0EBAF0
Tints of Deep Sky Blue #0EBAF0
RGB
CMYK
RGB Variations
Color information
#0EBAF0 (or 0x0EBAF0) is known color: Deep Sky Blue. HEX triplet: 0E, BA and F0. RGB value is (14,186,240). Sum of RGB (Red+Green+Blue) = 14+186+240=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #0EBAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBAF0 is #F1450F. Grayscale: #8C8C8C. Windows color (decimal): -15811856 or 15776270. OLE color: 15776270.
HSL color Cylindrical-coordinate representation of color #0EBAF0: hue angle of 194.34º 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 #0EBAF0 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 186 | 240 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.06 |
| HSL | 194.34º | 0.89% | 0.5% | - |
| HSV(B) | 194.34º | 0.94% | 0.94% | - |
| XYZ | 33.47 | 41.5 | 88.68 | - |
| YUV | 140.73 | 184.02 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 240 | 0.94 | 0.22 | 0 | 0.06 | 194.34 | 0.89 | 0.5 |
| Hex | E | BA | F0 | 5E | 16 | 0 | 6 | C2 | 59 | 32 |
| Octal | 16 | 272 | 360 | 136 | 26 | 0 | 6 | 302 | 131 | 62 |
| Binary | 1110 | 10111010 | 11110000 | 1011110 | 10110 | 0 | 110 | 11000010 | 1011001 | 110010 |
Color Harmonies of #0EBAF0
Complementary color
Monochromatic Colors of #0EBAF0
Black with #0EBAF0
Text Example
Text Example
White with #0EBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBAF0; }
p { color: rgb(14,186,240); }
H1.HeaderClassName
{
color: #0EBAF0;
}
.AnyTagClassName
{
color: #0EBAF0;
}
</style>
background-color css
<style>
a { background-color: #0EBAF0; }
a { background-color: rgb(14,186,240); }
div.DivClassName
{
background-color: #0EBAF0;
}
.BgClassName
{
background-color: #0EBAF0;
}
</style>
border-color css
<style>
span { border-color: #0EBAF0; }
span { border-color: rgb(14,186,240); }
td.TdClassName
{
border-color: #0EBAF0;
}
.TagClassName
{
border-color: #0EBAF0;
}
</style>