Shades of Deep Sky Blue #0EDBFE
Tints of Deep Sky Blue #0EDBFE
RGB
CMYK
RGB Variations
Color information
#0EDBFE (or 0x0EDBFE) is known color: Deep Sky Blue. HEX triplet: 0E, DB and FE. RGB value is (14,219,254). Sum of RGB (Red+Green+Blue) = 14+219+254=487 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EDBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDBFE is #F12401. Grayscale: #A1A1A1. Windows color (decimal): -15803394 or 16702222. OLE color: 16702222.
HSL color Cylindrical-coordinate representation of color #0EDBFE: hue angle of 188.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBFE is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 219 | 254 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.00 |
| HSL | 188.75º | 0.99% | 0.53% | - |
| HSV(B) | 188.75º | 0.94% | 1% | - |
| XYZ | 43.4 | 57.91 | 102.66 | - |
| YUV | 161.7 | 180.08 | 22.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 254 | 0.94 | 0.14 | 0 | 0.00 | 188.75 | 0.99 | 0.53 |
| Hex | E | DB | FE | 5E | E | 0 | 0 | BD | 63 | 35 |
| Octal | 16 | 333 | 376 | 136 | 16 | 0 | 0 | 275 | 143 | 65 |
| Binary | 1110 | 11011011 | 11111110 | 1011110 | 1110 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #0EDBFE
Complementary color
Monochromatic Colors of #0EDBFE
Black with #0EDBFE
Text Example
Text Example
White with #0EDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBFE; }
p { color: rgb(14,219,254); }
H1.HeaderClassName
{
color: #0EDBFE;
}
.AnyTagClassName
{
color: #0EDBFE;
}
</style>
background-color css
<style>
a { background-color: #0EDBFE; }
a { background-color: rgb(14,219,254); }
div.DivClassName
{
background-color: #0EDBFE;
}
.BgClassName
{
background-color: #0EDBFE;
}
</style>
border-color css
<style>
span { border-color: #0EDBFE; }
span { border-color: rgb(14,219,254); }
td.TdClassName
{
border-color: #0EDBFE;
}
.TagClassName
{
border-color: #0EDBFE;
}
</style>