Shades of Deep Sky Blue #15AAEC
Tints of Deep Sky Blue #15AAEC
RGB
CMYK
RGB Variations
Color information
#15AAEC (or 0x15AAEC) is known color: Deep Sky Blue. HEX triplet: 15, AA and EC. RGB value is (21,170,236). Sum of RGB (Red+Green+Blue) = 21+170+236=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #15AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAEC is #EA5513. Grayscale: #848484. Windows color (decimal): -15357204 or 15510037. OLE color: 15510037.
HSL color Cylindrical-coordinate representation of color #15AAEC: hue angle of 198.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AAEC is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 170 | 236 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.07 |
| HSL | 198.42º | 0.85% | 0.5% | - |
| HSV(B) | 198.42º | 0.91% | 0.93% | - |
| XYZ | 29.82 | 34.97 | 84.53 | - |
| YUV | 132.97 | 186.14 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 236 | 0.91 | 0.28 | 0 | 0.07 | 198.42 | 0.85 | 0.5 |
| Hex | 15 | AA | EC | 5B | 1C | 0 | 7 | C6 | 55 | 32 |
| Octal | 25 | 252 | 354 | 133 | 34 | 0 | 7 | 306 | 125 | 62 |
| Binary | 10101 | 10101010 | 11101100 | 1011011 | 11100 | 0 | 111 | 11000110 | 1010101 | 110010 |
Color Harmonies of #15AAEC
Complementary color
Monochromatic Colors of #15AAEC
Black with #15AAEC
Text Example
Text Example
White with #15AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AAEC; }
p { color: rgb(21,170,236); }
H1.HeaderClassName
{
color: #15AAEC;
}
.AnyTagClassName
{
color: #15AAEC;
}
</style>
background-color css
<style>
a { background-color: #15AAEC; }
a { background-color: rgb(21,170,236); }
div.DivClassName
{
background-color: #15AAEC;
}
.BgClassName
{
background-color: #15AAEC;
}
</style>
border-color css
<style>
span { border-color: #15AAEC; }
span { border-color: rgb(21,170,236); }
td.TdClassName
{
border-color: #15AAEC;
}
.TagClassName
{
border-color: #15AAEC;
}
</style>