Shades of Deep Sky Blue #0ECCFF
Tints of Deep Sky Blue #0ECCFF
RGB
CMYK
RGB Variations
Color information
#0ECCFF (or 0x0ECCFF) is known color: Deep Sky Blue. HEX triplet: 0E, CC and FF. RGB value is (14,204,255). Sum of RGB (Red+Green+Blue) = 14+204+255=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ECCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECCFF is #F13300. Grayscale: #989898. Windows color (decimal): -15807233 or 16763918. OLE color: 16763918.
HSL color Cylindrical-coordinate representation of color #0ECCFF: hue angle of 192.7º 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 #0ECCFF is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 204 | 255 | - |
| CMYK | 0.95 | 0.2 | 0 | 0 |
| HSL | 192.7º | 1% | 0.53% | - |
| HSV(B) | 192.7º | 0.95% | 1% | - |
| XYZ | 39.82 | 50.5 | 102.26 | - |
| YUV | 153 | 185.55 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 255 | 0.95 | 0.2 | 0 | 0 | 192.7 | 1 | 0.53 |
| Hex | E | CC | FF | 5F | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 16 | 314 | 377 | 137 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 1110 | 11001100 | 11111111 | 1011111 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #0ECCFF
Complementary color
Monochromatic Colors of #0ECCFF
Black with #0ECCFF
Text Example
Text Example
White with #0ECCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCFF; }
p { color: rgb(14,204,255); }
H1.HeaderClassName
{
color: #0ECCFF;
}
.AnyTagClassName
{
color: #0ECCFF;
}
</style>
background-color css
<style>
a { background-color: #0ECCFF; }
a { background-color: rgb(14,204,255); }
div.DivClassName
{
background-color: #0ECCFF;
}
.BgClassName
{
background-color: #0ECCFF;
}
</style>
border-color css
<style>
span { border-color: #0ECCFF; }
span { border-color: rgb(14,204,255); }
td.TdClassName
{
border-color: #0ECCFF;
}
.TagClassName
{
border-color: #0ECCFF;
}
</style>