Shades of Deep Sky Blue #13AAEC
Tints of Deep Sky Blue #13AAEC
RGB
CMYK
RGB Variations
Color information
#13AAEC (or 0x13AAEC) is known color: Deep Sky Blue. HEX triplet: 13, AA and EC. RGB value is (19,170,236). Sum of RGB (Red+Green+Blue) = 19+170+236=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #13AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AAEC is #EC5513. Grayscale: #838383. Windows color (decimal): -15488276 or 15510035. OLE color: 15510035.
HSL color Cylindrical-coordinate representation of color #13AAEC: hue angle of 198.25º 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 #13AAEC is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 170 | 236 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.07 |
| HSL | 198.25º | 0.85% | 0.5% | - |
| HSV(B) | 198.25º | 0.92% | 0.93% | - |
| XYZ | 29.78 | 34.94 | 84.53 | - |
| YUV | 132.38 | 186.47 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 236 | 0.92 | 0.28 | 0 | 0.07 | 198.25 | 0.85 | 0.5 |
| Hex | 13 | AA | EC | 5C | 1C | 0 | 7 | C6 | 55 | 32 |
| Octal | 23 | 252 | 354 | 134 | 34 | 0 | 7 | 306 | 125 | 62 |
| Binary | 10011 | 10101010 | 11101100 | 1011100 | 11100 | 0 | 111 | 11000110 | 1010101 | 110010 |
Color Harmonies of #13AAEC
Complementary color
Monochromatic Colors of #13AAEC
Black with #13AAEC
Text Example
Text Example
White with #13AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAEC; }
p { color: rgb(19,170,236); }
H1.HeaderClassName
{
color: #13AAEC;
}
.AnyTagClassName
{
color: #13AAEC;
}
</style>
background-color css
<style>
a { background-color: #13AAEC; }
a { background-color: rgb(19,170,236); }
div.DivClassName
{
background-color: #13AAEC;
}
.BgClassName
{
background-color: #13AAEC;
}
</style>
border-color css
<style>
span { border-color: #13AAEC; }
span { border-color: rgb(19,170,236); }
td.TdClassName
{
border-color: #13AAEC;
}
.TagClassName
{
border-color: #13AAEC;
}
</style>