Shades of Deep Sky Blue #0EB8EA
Tints of Deep Sky Blue #0EB8EA
RGB
CMYK
RGB Variations
Color information
#0EB8EA (or 0x0EB8EA) is known color: Deep Sky Blue. HEX triplet: 0E, B8 and EA. RGB value is (14,184,234). Sum of RGB (Red+Green+Blue) = 14+184+234=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EB8EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EB8EA is #F14715. Grayscale: #8A8A8A. Windows color (decimal): -15812374 or 15382542. OLE color: 15382542.
HSL color Cylindrical-coordinate representation of color #0EB8EA: hue angle of 193.64º 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 #0EB8EA is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 184 | 234 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.08 |
| HSL | 193.64º | 0.89% | 0.49% | - |
| HSV(B) | 193.64º | 0.94% | 0.92% | - |
| XYZ | 32.17 | 40.31 | 83.93 | - |
| YUV | 138.87 | 181.68 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 234 | 0.94 | 0.21 | 0 | 0.08 | 193.64 | 0.89 | 0.49 |
| Hex | E | B8 | EA | 5E | 15 | 0 | 8 | C2 | 59 | 31 |
| Octal | 16 | 270 | 352 | 136 | 25 | 0 | 10 | 302 | 131 | 61 |
| Binary | 1110 | 10111000 | 11101010 | 1011110 | 10101 | 0 | 1000 | 11000010 | 1011001 | 110001 |
Color Harmonies of #0EB8EA
Complementary color
Monochromatic Colors of #0EB8EA
Black with #0EB8EA
Text Example
Text Example
White with #0EB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB8EA; }
p { color: rgb(14,184,234); }
H1.HeaderClassName
{
color: #0EB8EA;
}
.AnyTagClassName
{
color: #0EB8EA;
}
</style>
background-color css
<style>
a { background-color: #0EB8EA; }
a { background-color: rgb(14,184,234); }
div.DivClassName
{
background-color: #0EB8EA;
}
.BgClassName
{
background-color: #0EB8EA;
}
</style>
border-color css
<style>
span { border-color: #0EB8EA; }
span { border-color: rgb(14,184,234); }
td.TdClassName
{
border-color: #0EB8EA;
}
.TagClassName
{
border-color: #0EB8EA;
}
</style>