Shades of Deep Sky Blue #0EDAFE
Tints of Deep Sky Blue #0EDAFE
RGB
CMYK
RGB Variations
Color information
#0EDAFE (or 0x0EDAFE) is known color: Deep Sky Blue. HEX triplet: 0E, DA and FE. RGB value is (14,218,254). Sum of RGB (Red+Green+Blue) = 14+218+254=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EDAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDAFE is #F12501. Grayscale: #A0A0A0. Windows color (decimal): -15803650 or 16701966. OLE color: 16701966.
HSL color Cylindrical-coordinate representation of color #0EDAFE: hue angle of 189º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDAFE is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 218 | 254 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.00 |
| HSL | 189º | 0.99% | 0.53% | - |
| HSV(B) | 189º | 0.94% | 1% | - |
| XYZ | 43.14 | 57.39 | 102.57 | - |
| YUV | 161.11 | 180.41 | 23.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 254 | 0.94 | 0.14 | 0 | 0.00 | 189 | 0.99 | 0.53 |
| Hex | E | DA | FE | 5E | E | 0 | 0 | BD | 63 | 35 |
| Octal | 16 | 332 | 376 | 136 | 16 | 0 | 0 | 275 | 143 | 65 |
| Binary | 1110 | 11011010 | 11111110 | 1011110 | 1110 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #0EDAFE
Complementary color
Monochromatic Colors of #0EDAFE
Black with #0EDAFE
Text Example
Text Example
White with #0EDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDAFE; }
p { color: rgb(14,218,254); }
H1.HeaderClassName
{
color: #0EDAFE;
}
.AnyTagClassName
{
color: #0EDAFE;
}
</style>
background-color css
<style>
a { background-color: #0EDAFE; }
a { background-color: rgb(14,218,254); }
div.DivClassName
{
background-color: #0EDAFE;
}
.BgClassName
{
background-color: #0EDAFE;
}
</style>
border-color css
<style>
span { border-color: #0EDAFE; }
span { border-color: rgb(14,218,254); }
td.TdClassName
{
border-color: #0EDAFE;
}
.TagClassName
{
border-color: #0EDAFE;
}
</style>