Shades of Deep Sky Blue #0ECFFF
Tints of Deep Sky Blue #0ECFFF
RGB
CMYK
RGB Variations
Color information
#0ECFFF (or 0x0ECFFF) is known color: Deep Sky Blue. HEX triplet: 0E, CF and FF. RGB value is (14,207,255). Sum of RGB (Red+Green+Blue) = 14+207+255=476 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.94% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ECFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFFF is #F13000. Grayscale: #9A9A9A. Windows color (decimal): -15806465 or 16764686. OLE color: 16764686.
HSL color Cylindrical-coordinate representation of color #0ECFFF: hue angle of 191.95º 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 #0ECFFF is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 207 | 255 | - |
| CMYK | 0.95 | 0.19 | 0 | 0 |
| HSL | 191.95º | 1% | 0.53% | - |
| HSV(B) | 191.95º | 0.95% | 1% | - |
| XYZ | 40.54 | 51.94 | 102.5 | - |
| YUV | 154.77 | 184.56 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 255 | 0.95 | 0.19 | 0 | 0 | 191.95 | 1 | 0.53 |
| Hex | E | CF | FF | 5F | 13 | 0 | 0 | C0 | 64 | 35 |
| Octal | 16 | 317 | 377 | 137 | 23 | 0 | 0 | 300 | 144 | 65 |
| Binary | 1110 | 11001111 | 11111111 | 1011111 | 10011 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #0ECFFF
Complementary color
Monochromatic Colors of #0ECFFF
Black with #0ECFFF
Text Example
Text Example
White with #0ECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFFF; }
p { color: rgb(14,207,255); }
H1.HeaderClassName
{
color: #0ECFFF;
}
.AnyTagClassName
{
color: #0ECFFF;
}
</style>
background-color css
<style>
a { background-color: #0ECFFF; }
a { background-color: rgb(14,207,255); }
div.DivClassName
{
background-color: #0ECFFF;
}
.BgClassName
{
background-color: #0ECFFF;
}
</style>
border-color css
<style>
span { border-color: #0ECFFF; }
span { border-color: rgb(14,207,255); }
td.TdClassName
{
border-color: #0ECFFF;
}
.TagClassName
{
border-color: #0ECFFF;
}
</style>