Shades of Deep Sky Blue #0ED2FB
Tints of Deep Sky Blue #0ED2FB
RGB
CMYK
RGB Variations
Color information
#0ED2FB (or 0x0ED2FB) is known color: Deep Sky Blue. HEX triplet: 0E, D2 and FB. RGB value is (14,210,251). Sum of RGB (Red+Green+Blue) = 14+210+251=475 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ED2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED2FB is #F12D04. Grayscale: #9B9B9B. Windows color (decimal): -15805701 or 16503310. OLE color: 16503310.
HSL color Cylindrical-coordinate representation of color #0ED2FB: hue angle of 190.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED2FB is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 210 | 251 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.02 |
| HSL | 190.38º | 0.97% | 0.52% | - |
| HSV(B) | 190.38º | 0.94% | 0.98% | - |
| XYZ | 40.64 | 53.15 | 99.38 | - |
| YUV | 156.07 | 181.57 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 251 | 0.94 | 0.16 | 0 | 0.02 | 190.38 | 0.97 | 0.52 |
| Hex | E | D2 | FB | 5E | 10 | 0 | 2 | BE | 61 | 34 |
| Octal | 16 | 322 | 373 | 136 | 20 | 0 | 2 | 276 | 141 | 64 |
| Binary | 1110 | 11010010 | 11111011 | 1011110 | 10000 | 0 | 10 | 10111110 | 1100001 | 110100 |
Color Harmonies of #0ED2FB
Complementary color
Monochromatic Colors of #0ED2FB
Black with #0ED2FB
Text Example
Text Example
White with #0ED2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED2FB; }
p { color: rgb(14,210,251); }
H1.HeaderClassName
{
color: #0ED2FB;
}
.AnyTagClassName
{
color: #0ED2FB;
}
</style>
background-color css
<style>
a { background-color: #0ED2FB; }
a { background-color: rgb(14,210,251); }
div.DivClassName
{
background-color: #0ED2FB;
}
.BgClassName
{
background-color: #0ED2FB;
}
</style>
border-color css
<style>
span { border-color: #0ED2FB; }
span { border-color: rgb(14,210,251); }
td.TdClassName
{
border-color: #0ED2FB;
}
.TagClassName
{
border-color: #0ED2FB;
}
</style>