Shades of Deep Sky Blue #0ED9FF
Tints of Deep Sky Blue #0ED9FF
RGB
CMYK
RGB Variations
Color information
#0ED9FF (or 0x0ED9FF) is known color: Deep Sky Blue. HEX triplet: 0E, D9 and FF. RGB value is (14,217,255). Sum of RGB (Red+Green+Blue) = 14+217+255=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ED9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED9FF is #F12600. Grayscale: #A0A0A0. Windows color (decimal): -15803905 or 16767246. OLE color: 16767246.
HSL color Cylindrical-coordinate representation of color #0ED9FF: hue angle of 189.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ED9FF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 217 | 255 | - |
| CMYK | 0.95 | 0.15 | 0 | 0 |
| HSL | 189.46º | 1% | 0.53% | - |
| HSV(B) | 189.46º | 0.95% | 1% | - |
| XYZ | 43.04 | 56.94 | 103.33 | - |
| YUV | 160.64 | 181.25 | 23.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 255 | 0.95 | 0.15 | 0 | 0 | 189.46 | 1 | 0.53 |
| Hex | E | D9 | FF | 5F | F | 0 | 0 | BD | 64 | 35 |
| Octal | 16 | 331 | 377 | 137 | 17 | 0 | 0 | 275 | 144 | 65 |
| Binary | 1110 | 11011001 | 11111111 | 1011111 | 1111 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #0ED9FF
Complementary color
Monochromatic Colors of #0ED9FF
Black with #0ED9FF
Text Example
Text Example
White with #0ED9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED9FF; }
p { color: rgb(14,217,255); }
H1.HeaderClassName
{
color: #0ED9FF;
}
.AnyTagClassName
{
color: #0ED9FF;
}
</style>
background-color css
<style>
a { background-color: #0ED9FF; }
a { background-color: rgb(14,217,255); }
div.DivClassName
{
background-color: #0ED9FF;
}
.BgClassName
{
background-color: #0ED9FF;
}
</style>
border-color css
<style>
span { border-color: #0ED9FF; }
span { border-color: rgb(14,217,255); }
td.TdClassName
{
border-color: #0ED9FF;
}
.TagClassName
{
border-color: #0ED9FF;
}
</style>