Shades of Deep Sky Blue #0EDEFE
Tints of Deep Sky Blue #0EDEFE
RGB
CMYK
RGB Variations
Color information
#0EDEFE (or 0x0EDEFE) is known color: Deep Sky Blue. HEX triplet: 0E, DE and FE. RGB value is (14,222,254). Sum of RGB (Red+Green+Blue) = 14+222+254=490 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EDEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEFE is #F12101. Grayscale: #A3A3A3. Windows color (decimal): -15802626 or 16702990. OLE color: 16702990.
HSL color Cylindrical-coordinate representation of color #0EDEFE: hue angle of 188º 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 #0EDEFE is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 222 | 254 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.00 |
| HSL | 188º | 0.99% | 0.53% | - |
| HSV(B) | 188º | 0.94% | 1% | - |
| XYZ | 44.19 | 59.49 | 102.92 | - |
| YUV | 163.46 | 179.09 | 21.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 222 | 254 | 0.94 | 0.13 | 0 | 0.00 | 188 | 0.99 | 0.53 |
| Hex | E | DE | FE | 5E | D | 0 | 0 | BC | 63 | 35 |
| Octal | 16 | 336 | 376 | 136 | 15 | 0 | 0 | 274 | 143 | 65 |
| Binary | 1110 | 11011110 | 11111110 | 1011110 | 1101 | 0 | 0 | 10111100 | 1100011 | 110101 |
Color Harmonies of #0EDEFE
Complementary color
Monochromatic Colors of #0EDEFE
Black with #0EDEFE
Text Example
Text Example
White with #0EDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDEFE; }
p { color: rgb(14,222,254); }
H1.HeaderClassName
{
color: #0EDEFE;
}
.AnyTagClassName
{
color: #0EDEFE;
}
</style>
background-color css
<style>
a { background-color: #0EDEFE; }
a { background-color: rgb(14,222,254); }
div.DivClassName
{
background-color: #0EDEFE;
}
.BgClassName
{
background-color: #0EDEFE;
}
</style>
border-color css
<style>
span { border-color: #0EDEFE; }
span { border-color: rgb(14,222,254); }
td.TdClassName
{
border-color: #0EDEFE;
}
.TagClassName
{
border-color: #0EDEFE;
}
</style>