Shades of Deep Sky Blue #0ECEFA
Tints of Deep Sky Blue #0ECEFA
RGB
CMYK
RGB Variations
Color information
#0ECEFA (or 0x0ECEFA) is known color: Deep Sky Blue. HEX triplet: 0E, CE and FA. RGB value is (14,206,250). Sum of RGB (Red+Green+Blue) = 14+206+250=470 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.98% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #0ECEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEFA is #F13105. Grayscale: #999999. Windows color (decimal): -15806726 or 16436750. OLE color: 16436750.
HSL color Cylindrical-coordinate representation of color #0ECEFA: hue angle of 191.19º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEFA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 206 | 250 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.02 |
| HSL | 191.19º | 0.96% | 0.52% | - |
| HSV(B) | 191.19º | 0.94% | 0.98% | - |
| XYZ | 39.51 | 51.14 | 98.23 | - |
| YUV | 153.61 | 182.39 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 250 | 0.94 | 0.18 | 0 | 0.02 | 191.19 | 0.96 | 0.52 |
| Hex | E | CE | FA | 5E | 12 | 0 | 2 | BF | 60 | 34 |
| Octal | 16 | 316 | 372 | 136 | 22 | 0 | 2 | 277 | 140 | 64 |
| Binary | 1110 | 11001110 | 11111010 | 1011110 | 10010 | 0 | 10 | 10111111 | 1100000 | 110100 |
Color Harmonies of #0ECEFA
Complementary color
Monochromatic Colors of #0ECEFA
Black with #0ECEFA
Text Example
Text Example
White with #0ECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEFA; }
p { color: rgb(14,206,250); }
H1.HeaderClassName
{
color: #0ECEFA;
}
.AnyTagClassName
{
color: #0ECEFA;
}
</style>
background-color css
<style>
a { background-color: #0ECEFA; }
a { background-color: rgb(14,206,250); }
div.DivClassName
{
background-color: #0ECEFA;
}
.BgClassName
{
background-color: #0ECEFA;
}
</style>
border-color css
<style>
span { border-color: #0ECEFA; }
span { border-color: rgb(14,206,250); }
td.TdClassName
{
border-color: #0ECEFA;
}
.TagClassName
{
border-color: #0ECEFA;
}
</style>