Shades of Deep Sky Blue #0EBEED
Tints of Deep Sky Blue #0EBEED
RGB
CMYK
RGB Variations
Color information
#0EBEED (or 0x0EBEED) is known color: Deep Sky Blue. HEX triplet: 0E, BE and ED. RGB value is (14,190,237). Sum of RGB (Red+Green+Blue) = 14+190+237=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #0EBEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBEED is #F14112. Grayscale: #8E8E8E. Windows color (decimal): -15810835 or 15580686. OLE color: 15580686.
HSL color Cylindrical-coordinate representation of color #0EBEED: hue angle of 192.65º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBEED is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 190 | 237 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.07 |
| HSL | 192.65º | 0.89% | 0.49% | - |
| HSV(B) | 192.65º | 0.94% | 0.93% | - |
| XYZ | 33.88 | 43.03 | 86.64 | - |
| YUV | 142.73 | 181.19 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 237 | 0.94 | 0.20 | 0 | 0.07 | 192.65 | 0.89 | 0.49 |
| Hex | E | BE | ED | 5E | 14 | 0 | 7 | C1 | 59 | 31 |
| Octal | 16 | 276 | 355 | 136 | 24 | 0 | 7 | 301 | 131 | 61 |
| Binary | 1110 | 10111110 | 11101101 | 1011110 | 10100 | 0 | 111 | 11000001 | 1011001 | 110001 |
Color Harmonies of #0EBEED
Complementary color
Monochromatic Colors of #0EBEED
Black with #0EBEED
Text Example
Text Example
White with #0EBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEED; }
p { color: rgb(14,190,237); }
H1.HeaderClassName
{
color: #0EBEED;
}
.AnyTagClassName
{
color: #0EBEED;
}
</style>
background-color css
<style>
a { background-color: #0EBEED; }
a { background-color: rgb(14,190,237); }
div.DivClassName
{
background-color: #0EBEED;
}
.BgClassName
{
background-color: #0EBEED;
}
</style>
border-color css
<style>
span { border-color: #0EBEED; }
span { border-color: rgb(14,190,237); }
td.TdClassName
{
border-color: #0EBEED;
}
.TagClassName
{
border-color: #0EBEED;
}
</style>