Shades of Deep Sky Blue #0ECFFE
Tints of Deep Sky Blue #0ECFFE
RGB
CMYK
RGB Variations
Color information
#0ECFFE (or 0x0ECFFE) is known color: Deep Sky Blue. HEX triplet: 0E, CF and FE. RGB value is (14,207,254). Sum of RGB (Red+Green+Blue) = 14+207+254=475 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ECFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFFE is #F13001. Grayscale: #9A9A9A. Windows color (decimal): -15806466 or 16699150. OLE color: 16699150.
HSL color Cylindrical-coordinate representation of color #0ECFFE: hue angle of 191.75º 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 #0ECFFE is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 207 | 254 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.00 |
| HSL | 191.75º | 0.99% | 0.53% | - |
| HSV(B) | 191.75º | 0.94% | 1% | - |
| XYZ | 40.38 | 51.87 | 101.65 | - |
| YUV | 154.65 | 184.06 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 254 | 0.94 | 0.19 | 0 | 0.00 | 191.75 | 0.99 | 0.53 |
| Hex | E | CF | FE | 5E | 13 | 0 | 0 | C0 | 63 | 35 |
| Octal | 16 | 317 | 376 | 136 | 23 | 0 | 0 | 300 | 143 | 65 |
| Binary | 1110 | 11001111 | 11111110 | 1011110 | 10011 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #0ECFFE
Complementary color
Monochromatic Colors of #0ECFFE
Black with #0ECFFE
Text Example
Text Example
White with #0ECFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFFE; }
p { color: rgb(14,207,254); }
H1.HeaderClassName
{
color: #0ECFFE;
}
.AnyTagClassName
{
color: #0ECFFE;
}
</style>
background-color css
<style>
a { background-color: #0ECFFE; }
a { background-color: rgb(14,207,254); }
div.DivClassName
{
background-color: #0ECFFE;
}
.BgClassName
{
background-color: #0ECFFE;
}
</style>
border-color css
<style>
span { border-color: #0ECFFE; }
span { border-color: rgb(14,207,254); }
td.TdClassName
{
border-color: #0ECFFE;
}
.TagClassName
{
border-color: #0ECFFE;
}
</style>