Shades of Deep Sky Blue #14CBEC
Tints of Deep Sky Blue #14CBEC
RGB
CMYK
RGB Variations
Color information
#14CBEC (or 0x14CBEC) is known color: Deep Sky Blue. HEX triplet: 14, CB and EC. RGB value is (20,203,236). Sum of RGB (Red+Green+Blue) = 20+203+236=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #14CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CBEC is #EB3413. Grayscale: #979797. Windows color (decimal): -15414292 or 15518484. OLE color: 15518484.
HSL color Cylindrical-coordinate representation of color #14CBEC: hue angle of 189.17º 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 #14CBEC is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 203 | 236 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.07 |
| HSL | 189.17º | 0.85% | 0.5% | - |
| HSV(B) | 189.17º | 0.92% | 0.93% | - |
| XYZ | 36.78 | 48.92 | 86.86 | - |
| YUV | 152.05 | 175.37 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 236 | 0.92 | 0.14 | 0 | 0.07 | 189.17 | 0.85 | 0.5 |
| Hex | 14 | CB | EC | 5C | E | 0 | 7 | BD | 55 | 32 |
| Octal | 24 | 313 | 354 | 134 | 16 | 0 | 7 | 275 | 125 | 62 |
| Binary | 10100 | 11001011 | 11101100 | 1011100 | 1110 | 0 | 111 | 10111101 | 1010101 | 110010 |
Color Harmonies of #14CBEC
Complementary color
Monochromatic Colors of #14CBEC
Black with #14CBEC
Text Example
Text Example
White with #14CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBEC; }
p { color: rgb(20,203,236); }
H1.HeaderClassName
{
color: #14CBEC;
}
.AnyTagClassName
{
color: #14CBEC;
}
</style>
background-color css
<style>
a { background-color: #14CBEC; }
a { background-color: rgb(20,203,236); }
div.DivClassName
{
background-color: #14CBEC;
}
.BgClassName
{
background-color: #14CBEC;
}
</style>
border-color css
<style>
span { border-color: #14CBEC; }
span { border-color: rgb(20,203,236); }
td.TdClassName
{
border-color: #14CBEC;
}
.TagClassName
{
border-color: #14CBEC;
}
</style>