Shades of Deep Sky Blue #14AAEC
Tints of Deep Sky Blue #14AAEC
RGB
CMYK
RGB Variations
Color information
#14AAEC (or 0x14AAEC) is known color: Deep Sky Blue. HEX triplet: 14, AA and EC. RGB value is (20,170,236). Sum of RGB (Red+Green+Blue) = 20+170+236=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #14AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AAEC is #EB5513. Grayscale: #848484. Windows color (decimal): -15422740 or 15510036. OLE color: 15510036.
HSL color Cylindrical-coordinate representation of color #14AAEC: hue angle of 198.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 #14AAEC is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 170 | 236 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.07 |
| HSL | 198.33º | 0.85% | 0.5% | - |
| HSV(B) | 198.33º | 0.92% | 0.93% | - |
| XYZ | 29.8 | 34.95 | 84.53 | - |
| YUV | 132.67 | 186.31 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 236 | 0.92 | 0.28 | 0 | 0.07 | 198.33 | 0.85 | 0.5 |
| Hex | 14 | AA | EC | 5C | 1C | 0 | 7 | C6 | 55 | 32 |
| Octal | 24 | 252 | 354 | 134 | 34 | 0 | 7 | 306 | 125 | 62 |
| Binary | 10100 | 10101010 | 11101100 | 1011100 | 11100 | 0 | 111 | 11000110 | 1010101 | 110010 |
Color Harmonies of #14AAEC
Complementary color
Monochromatic Colors of #14AAEC
Black with #14AAEC
Text Example
Text Example
White with #14AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAEC; }
p { color: rgb(20,170,236); }
H1.HeaderClassName
{
color: #14AAEC;
}
.AnyTagClassName
{
color: #14AAEC;
}
</style>
background-color css
<style>
a { background-color: #14AAEC; }
a { background-color: rgb(20,170,236); }
div.DivClassName
{
background-color: #14AAEC;
}
.BgClassName
{
background-color: #14AAEC;
}
</style>
border-color css
<style>
span { border-color: #14AAEC; }
span { border-color: rgb(20,170,236); }
td.TdClassName
{
border-color: #14AAEC;
}
.TagClassName
{
border-color: #14AAEC;
}
</style>