Shades of Deep Sky Blue #0EDCFF
Tints of Deep Sky Blue #0EDCFF
RGB
CMYK
RGB Variations
Color information
#0EDCFF (or 0x0EDCFF) is known color: Deep Sky Blue. HEX triplet: 0E, DC and FF. RGB value is (14,220,255). Sum of RGB (Red+Green+Blue) = 14+220+255=489 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EDCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDCFF is #F12300. Grayscale: #A2A2A2. Windows color (decimal): -15803137 or 16768014. OLE color: 16768014.
HSL color Cylindrical-coordinate representation of color #0EDCFF: hue angle of 188.71º 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 #0EDCFF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 220 | 255 | - |
| CMYK | 0.95 | 0.14 | 0 | 0 |
| HSL | 188.71º | 1% | 0.53% | - |
| HSV(B) | 188.71º | 0.95% | 1% | - |
| XYZ | 43.82 | 58.5 | 103.59 | - |
| YUV | 162.4 | 180.25 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 255 | 0.95 | 0.14 | 0 | 0 | 188.71 | 1 | 0.53 |
| Hex | E | DC | FF | 5F | E | 0 | 0 | BD | 64 | 35 |
| Octal | 16 | 334 | 377 | 137 | 16 | 0 | 0 | 275 | 144 | 65 |
| Binary | 1110 | 11011100 | 11111111 | 1011111 | 1110 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #0EDCFF
Complementary color
Monochromatic Colors of #0EDCFF
Black with #0EDCFF
Text Example
Text Example
White with #0EDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCFF; }
p { color: rgb(14,220,255); }
H1.HeaderClassName
{
color: #0EDCFF;
}
.AnyTagClassName
{
color: #0EDCFF;
}
</style>
background-color css
<style>
a { background-color: #0EDCFF; }
a { background-color: rgb(14,220,255); }
div.DivClassName
{
background-color: #0EDCFF;
}
.BgClassName
{
background-color: #0EDCFF;
}
</style>
border-color css
<style>
span { border-color: #0EDCFF; }
span { border-color: rgb(14,220,255); }
td.TdClassName
{
border-color: #0EDCFF;
}
.TagClassName
{
border-color: #0EDCFF;
}
</style>