Shades of Deep Sky Blue #0ECEFD
Tints of Deep Sky Blue #0ECEFD
RGB
CMYK
RGB Variations
Color information
#0ECEFD (or 0x0ECEFD) is known color: Deep Sky Blue. HEX triplet: 0E, CE and FD. RGB value is (14,206,253). Sum of RGB (Red+Green+Blue) = 14+206+253=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ECEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEFD is #F13102. Grayscale: #999999. Windows color (decimal): -15806723 or 16633358. OLE color: 16633358.
HSL color Cylindrical-coordinate representation of color #0ECEFD: hue angle of 191.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEFD is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 206 | 253 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.01 |
| HSL | 191.8º | 0.98% | 0.52% | - |
| HSV(B) | 191.8º | 0.94% | 0.99% | - |
| XYZ | 39.98 | 51.33 | 100.73 | - |
| YUV | 153.95 | 183.89 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 253 | 0.94 | 0.19 | 0 | 0.01 | 191.8 | 0.98 | 0.52 |
| Hex | E | CE | FD | 5E | 13 | 0 | 1 | C0 | 62 | 34 |
| Octal | 16 | 316 | 375 | 136 | 23 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1110 | 11001110 | 11111101 | 1011110 | 10011 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0ECEFD
Complementary color
Monochromatic Colors of #0ECEFD
Black with #0ECEFD
Text Example
Text Example
White with #0ECEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEFD; }
p { color: rgb(14,206,253); }
H1.HeaderClassName
{
color: #0ECEFD;
}
.AnyTagClassName
{
color: #0ECEFD;
}
</style>
background-color css
<style>
a { background-color: #0ECEFD; }
a { background-color: rgb(14,206,253); }
div.DivClassName
{
background-color: #0ECEFD;
}
.BgClassName
{
background-color: #0ECEFD;
}
</style>
border-color css
<style>
span { border-color: #0ECEFD; }
span { border-color: rgb(14,206,253); }
td.TdClassName
{
border-color: #0ECEFD;
}
.TagClassName
{
border-color: #0ECEFD;
}
</style>