Shades of Deep Sky Blue #0EBAFF
Tints of Deep Sky Blue #0EBAFF
RGB
CMYK
RGB Variations
Color information
#0EBAFF (or 0x0EBAFF) is known color: Deep Sky Blue. HEX triplet: 0E, BA and FF. RGB value is (14,186,255). Sum of RGB (Red+Green+Blue) = 14+186+255=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EBAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBAFF is #F14500. Grayscale: #8D8D8D. Windows color (decimal): -15811841 or 16759310. OLE color: 16759310.
HSL color Cylindrical-coordinate representation of color #0EBAFF: hue angle of 197.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EBAFF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 186 | 255 | - |
| CMYK | 0.95 | 0.27 | 0 | 0 |
| HSL | 197.18º | 1% | 0.53% | - |
| HSV(B) | 197.18º | 0.95% | 1% | - |
| XYZ | 35.79 | 42.43 | 100.91 | - |
| YUV | 142.44 | 191.52 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 255 | 0.95 | 0.27 | 0 | 0 | 197.18 | 1 | 0.53 |
| Hex | E | BA | FF | 5F | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 16 | 272 | 377 | 137 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 1110 | 10111010 | 11111111 | 1011111 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #0EBAFF
Complementary color
Monochromatic Colors of #0EBAFF
Black with #0EBAFF
Text Example
Text Example
White with #0EBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBAFF; }
p { color: rgb(14,186,255); }
H1.HeaderClassName
{
color: #0EBAFF;
}
.AnyTagClassName
{
color: #0EBAFF;
}
</style>
background-color css
<style>
a { background-color: #0EBAFF; }
a { background-color: rgb(14,186,255); }
div.DivClassName
{
background-color: #0EBAFF;
}
.BgClassName
{
background-color: #0EBAFF;
}
</style>
border-color css
<style>
span { border-color: #0EBAFF; }
span { border-color: rgb(14,186,255); }
td.TdClassName
{
border-color: #0EBAFF;
}
.TagClassName
{
border-color: #0EBAFF;
}
</style>