Shades of Deep Sky Blue #0ECFFC
Tints of Deep Sky Blue #0ECFFC
RGB
CMYK
RGB Variations
Color information
#0ECFFC (or 0x0ECFFC) is known color: Deep Sky Blue. HEX triplet: 0E, CF and FC. RGB value is (14,207,252). Sum of RGB (Red+Green+Blue) = 14+207+252=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ECFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFFC is #F13003. Grayscale: #9A9A9A. Windows color (decimal): -15806468 or 16568078. OLE color: 16568078.
HSL color Cylindrical-coordinate representation of color #0ECFFC: hue angle of 191.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFFC is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 207 | 252 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.01 |
| HSL | 191.34º | 0.98% | 0.52% | - |
| HSV(B) | 191.34º | 0.94% | 0.99% | - |
| XYZ | 40.06 | 51.75 | 99.97 | - |
| YUV | 154.42 | 183.06 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 252 | 0.94 | 0.18 | 0 | 0.01 | 191.34 | 0.98 | 0.52 |
| Hex | E | CF | FC | 5E | 12 | 0 | 1 | BF | 62 | 34 |
| Octal | 16 | 317 | 374 | 136 | 22 | 0 | 1 | 277 | 142 | 64 |
| Binary | 1110 | 11001111 | 11111100 | 1011110 | 10010 | 0 | 1 | 10111111 | 1100010 | 110100 |
Color Harmonies of #0ECFFC
Complementary color
Monochromatic Colors of #0ECFFC
Black with #0ECFFC
Text Example
Text Example
White with #0ECFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFFC; }
p { color: rgb(14,207,252); }
H1.HeaderClassName
{
color: #0ECFFC;
}
.AnyTagClassName
{
color: #0ECFFC;
}
</style>
background-color css
<style>
a { background-color: #0ECFFC; }
a { background-color: rgb(14,207,252); }
div.DivClassName
{
background-color: #0ECFFC;
}
.BgClassName
{
background-color: #0ECFFC;
}
</style>
border-color css
<style>
span { border-color: #0ECFFC; }
span { border-color: rgb(14,207,252); }
td.TdClassName
{
border-color: #0ECFFC;
}
.TagClassName
{
border-color: #0ECFFC;
}
</style>