Shades of Deep Sky Blue #14BCEC
Tints of Deep Sky Blue #14BCEC
RGB
CMYK
RGB Variations
Color information
#14BCEC (or 0x14BCEC) is known color: Deep Sky Blue. HEX triplet: 14, BC and EC. RGB value is (20,188,236). Sum of RGB (Red+Green+Blue) = 20+188+236=444 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.50% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #14BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCEC is #EB4313. Grayscale: #8E8E8E. Windows color (decimal): -15418132 or 15514644. OLE color: 15514644.
HSL color Cylindrical-coordinate representation of color #14BCEC: hue angle of 193.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BCEC is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 188 | 236 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.07 |
| HSL | 193.33º | 0.85% | 0.5% | - |
| HSV(B) | 193.33º | 0.92% | 0.93% | - |
| XYZ | 33.41 | 42.17 | 85.74 | - |
| YUV | 143.24 | 180.34 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 236 | 0.92 | 0.20 | 0 | 0.07 | 193.33 | 0.85 | 0.5 |
| Hex | 14 | BC | EC | 5C | 14 | 0 | 7 | C1 | 55 | 32 |
| Octal | 24 | 274 | 354 | 134 | 24 | 0 | 7 | 301 | 125 | 62 |
| Binary | 10100 | 10111100 | 11101100 | 1011100 | 10100 | 0 | 111 | 11000001 | 1010101 | 110010 |
Color Harmonies of #14BCEC
Complementary color
Monochromatic Colors of #14BCEC
Black with #14BCEC
Text Example
Text Example
White with #14BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCEC; }
p { color: rgb(20,188,236); }
H1.HeaderClassName
{
color: #14BCEC;
}
.AnyTagClassName
{
color: #14BCEC;
}
</style>
background-color css
<style>
a { background-color: #14BCEC; }
a { background-color: rgb(20,188,236); }
div.DivClassName
{
background-color: #14BCEC;
}
.BgClassName
{
background-color: #14BCEC;
}
</style>
border-color css
<style>
span { border-color: #14BCEC; }
span { border-color: rgb(20,188,236); }
td.TdClassName
{
border-color: #14BCEC;
}
.TagClassName
{
border-color: #14BCEC;
}
</style>