Shades of Deep Sky Blue #0EDAFF
Tints of Deep Sky Blue #0EDAFF
RGB
CMYK
RGB Variations
Color information
#0EDAFF (or 0x0EDAFF) is known color: Deep Sky Blue. HEX triplet: 0E, DA and FF. RGB value is (14,218,255). Sum of RGB (Red+Green+Blue) = 14+218+255=487 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EDAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDAFF is #F12500. Grayscale: #A0A0A0. Windows color (decimal): -15803649 or 16767502. OLE color: 16767502.
HSL color Cylindrical-coordinate representation of color #0EDAFF: hue angle of 189.21º 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 #0EDAFF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 218 | 255 | - |
| CMYK | 0.95 | 0.15 | 0 | 0 |
| HSL | 189.21º | 1% | 0.53% | - |
| HSV(B) | 189.21º | 0.95% | 1% | - |
| XYZ | 43.3 | 57.46 | 103.42 | - |
| YUV | 161.22 | 180.91 | 22.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 255 | 0.95 | 0.15 | 0 | 0 | 189.21 | 1 | 0.53 |
| Hex | E | DA | FF | 5F | F | 0 | 0 | BD | 64 | 35 |
| Octal | 16 | 332 | 377 | 137 | 17 | 0 | 0 | 275 | 144 | 65 |
| Binary | 1110 | 11011010 | 11111111 | 1011111 | 1111 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #0EDAFF
Complementary color
Monochromatic Colors of #0EDAFF
Black with #0EDAFF
Text Example
Text Example
White with #0EDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDAFF; }
p { color: rgb(14,218,255); }
H1.HeaderClassName
{
color: #0EDAFF;
}
.AnyTagClassName
{
color: #0EDAFF;
}
</style>
background-color css
<style>
a { background-color: #0EDAFF; }
a { background-color: rgb(14,218,255); }
div.DivClassName
{
background-color: #0EDAFF;
}
.BgClassName
{
background-color: #0EDAFF;
}
</style>
border-color css
<style>
span { border-color: #0EDAFF; }
span { border-color: rgb(14,218,255); }
td.TdClassName
{
border-color: #0EDAFF;
}
.TagClassName
{
border-color: #0EDAFF;
}
</style>