Shades of Deep Sky Blue #0ED3FE
Tints of Deep Sky Blue #0ED3FE
RGB
CMYK
RGB Variations
Color information
#0ED3FE (or 0x0ED3FE) is known color: Deep Sky Blue. HEX triplet: 0E, D3 and FE. RGB value is (14,211,254). Sum of RGB (Red+Green+Blue) = 14+211+254=479 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.92% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ED3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED3FE is #F12C01. Grayscale: #9C9C9C. Windows color (decimal): -15805442 or 16700174. OLE color: 16700174.
HSL color Cylindrical-coordinate representation of color #0ED3FE: hue angle of 190.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 #0ED3FE is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 211 | 254 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.00 |
| HSL | 190.75º | 0.99% | 0.53% | - |
| HSV(B) | 190.75º | 0.94% | 1% | - |
| XYZ | 41.36 | 53.84 | 101.98 | - |
| YUV | 157 | 182.73 | 26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 254 | 0.94 | 0.17 | 0 | 0.00 | 190.75 | 0.99 | 0.53 |
| Hex | E | D3 | FE | 5E | 11 | 0 | 0 | BF | 63 | 35 |
| Octal | 16 | 323 | 376 | 136 | 21 | 0 | 0 | 277 | 143 | 65 |
| Binary | 1110 | 11010011 | 11111110 | 1011110 | 10001 | 0 | 0 | 10111111 | 1100011 | 110101 |
Color Harmonies of #0ED3FE
Complementary color
Monochromatic Colors of #0ED3FE
Black with #0ED3FE
Text Example
Text Example
White with #0ED3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED3FE; }
p { color: rgb(14,211,254); }
H1.HeaderClassName
{
color: #0ED3FE;
}
.AnyTagClassName
{
color: #0ED3FE;
}
</style>
background-color css
<style>
a { background-color: #0ED3FE; }
a { background-color: rgb(14,211,254); }
div.DivClassName
{
background-color: #0ED3FE;
}
.BgClassName
{
background-color: #0ED3FE;
}
</style>
border-color css
<style>
span { border-color: #0ED3FE; }
span { border-color: rgb(14,211,254); }
td.TdClassName
{
border-color: #0ED3FE;
}
.TagClassName
{
border-color: #0ED3FE;
}
</style>