Shades of Deep Sky Blue #0ED2FD
Tints of Deep Sky Blue #0ED2FD
RGB
CMYK
RGB Variations
Color information
#0ED2FD (or 0x0ED2FD) is known color: Deep Sky Blue. HEX triplet: 0E, D2 and FD. RGB value is (14,210,253). Sum of RGB (Red+Green+Blue) = 14+210+253=477 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.94% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ED2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED2FD is #F12D02. Grayscale: #9B9B9B. Windows color (decimal): -15805699 or 16634382. OLE color: 16634382.
HSL color Cylindrical-coordinate representation of color #0ED2FD: hue angle of 190.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED2FD is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 210 | 253 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.01 |
| HSL | 190.8º | 0.98% | 0.52% | - |
| HSV(B) | 190.8º | 0.94% | 0.99% | - |
| XYZ | 40.96 | 53.28 | 101.05 | - |
| YUV | 156.3 | 182.57 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 253 | 0.94 | 0.17 | 0 | 0.01 | 190.8 | 0.98 | 0.52 |
| Hex | E | D2 | FD | 5E | 11 | 0 | 1 | BF | 62 | 34 |
| Octal | 16 | 322 | 375 | 136 | 21 | 0 | 1 | 277 | 142 | 64 |
| Binary | 1110 | 11010010 | 11111101 | 1011110 | 10001 | 0 | 1 | 10111111 | 1100010 | 110100 |
Color Harmonies of #0ED2FD
Complementary color
Monochromatic Colors of #0ED2FD
Black with #0ED2FD
Text Example
Text Example
White with #0ED2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED2FD; }
p { color: rgb(14,210,253); }
H1.HeaderClassName
{
color: #0ED2FD;
}
.AnyTagClassName
{
color: #0ED2FD;
}
</style>
background-color css
<style>
a { background-color: #0ED2FD; }
a { background-color: rgb(14,210,253); }
div.DivClassName
{
background-color: #0ED2FD;
}
.BgClassName
{
background-color: #0ED2FD;
}
</style>
border-color css
<style>
span { border-color: #0ED2FD; }
span { border-color: rgb(14,210,253); }
td.TdClassName
{
border-color: #0ED2FD;
}
.TagClassName
{
border-color: #0ED2FD;
}
</style>