Shades of Deep Sky Blue #0EDEFF
Tints of Deep Sky Blue #0EDEFF
RGB
CMYK
RGB Variations
Color information
#0EDEFF (or 0x0EDEFF) is known color: Deep Sky Blue. HEX triplet: 0E, DE and FF. RGB value is (14,222,255). Sum of RGB (Red+Green+Blue) = 14+222+255=491 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.85% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EDEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEFF is #F12100. Grayscale: #A3A3A3. Windows color (decimal): -15802625 or 16768526. OLE color: 16768526.
HSL color Cylindrical-coordinate representation of color #0EDEFF: hue angle of 188.22º 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 #0EDEFF is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 222 | 255 | - |
| CMYK | 0.95 | 0.13 | 0 | 0 |
| HSL | 188.22º | 1% | 0.53% | - |
| HSV(B) | 188.22º | 0.95% | 1% | - |
| XYZ | 44.35 | 59.56 | 103.77 | - |
| YUV | 163.57 | 179.59 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 222 | 255 | 0.95 | 0.13 | 0 | 0 | 188.22 | 1 | 0.53 |
| Hex | E | DE | FF | 5F | D | 0 | 0 | BC | 64 | 35 |
| Octal | 16 | 336 | 377 | 137 | 15 | 0 | 0 | 274 | 144 | 65 |
| Binary | 1110 | 11011110 | 11111111 | 1011111 | 1101 | 0 | 0 | 10111100 | 1100100 | 110101 |
Color Harmonies of #0EDEFF
Complementary color
Monochromatic Colors of #0EDEFF
Black with #0EDEFF
Text Example
Text Example
White with #0EDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDEFF; }
p { color: rgb(14,222,255); }
H1.HeaderClassName
{
color: #0EDEFF;
}
.AnyTagClassName
{
color: #0EDEFF;
}
</style>
background-color css
<style>
a { background-color: #0EDEFF; }
a { background-color: rgb(14,222,255); }
div.DivClassName
{
background-color: #0EDEFF;
}
.BgClassName
{
background-color: #0EDEFF;
}
</style>
border-color css
<style>
span { border-color: #0EDEFF; }
span { border-color: rgb(14,222,255); }
td.TdClassName
{
border-color: #0EDEFF;
}
.TagClassName
{
border-color: #0EDEFF;
}
</style>