Shades of Deep Sky Blue #0ECCFB
Tints of Deep Sky Blue #0ECCFB
RGB
CMYK
RGB Variations
Color information
#0ECCFB (or 0x0ECCFB) is known color: Deep Sky Blue. HEX triplet: 0E, CC and FB. RGB value is (14,204,251). Sum of RGB (Red+Green+Blue) = 14+204+251=469 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ECCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECCFB is #F13304. Grayscale: #989898. Windows color (decimal): -15807237 or 16501774. OLE color: 16501774.
HSL color Cylindrical-coordinate representation of color #0ECCFB: hue angle of 191.9º degrees, saturation: 0.97, 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 #0ECCFB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 204 | 251 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.02 |
| HSL | 191.9º | 0.97% | 0.52% | - |
| HSV(B) | 191.9º | 0.94% | 0.98% | - |
| XYZ | 39.19 | 50.24 | 98.9 | - |
| YUV | 152.55 | 183.55 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 251 | 0.94 | 0.19 | 0 | 0.02 | 191.9 | 0.97 | 0.52 |
| Hex | E | CC | FB | 5E | 13 | 0 | 2 | C0 | 61 | 34 |
| Octal | 16 | 314 | 373 | 136 | 23 | 0 | 2 | 300 | 141 | 64 |
| Binary | 1110 | 11001100 | 11111011 | 1011110 | 10011 | 0 | 10 | 11000000 | 1100001 | 110100 |
Color Harmonies of #0ECCFB
Complementary color
Monochromatic Colors of #0ECCFB
Black with #0ECCFB
Text Example
Text Example
White with #0ECCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCFB; }
p { color: rgb(14,204,251); }
H1.HeaderClassName
{
color: #0ECCFB;
}
.AnyTagClassName
{
color: #0ECCFB;
}
</style>
background-color css
<style>
a { background-color: #0ECCFB; }
a { background-color: rgb(14,204,251); }
div.DivClassName
{
background-color: #0ECCFB;
}
.BgClassName
{
background-color: #0ECCFB;
}
</style>
border-color css
<style>
span { border-color: #0ECCFB; }
span { border-color: rgb(14,204,251); }
td.TdClassName
{
border-color: #0ECCFB;
}
.TagClassName
{
border-color: #0ECCFB;
}
</style>