Shades of Deep Sky Blue #12AAEC
Tints of Deep Sky Blue #12AAEC
RGB
CMYK
RGB Variations
Color information
#12AAEC (or 0x12AAEC) is known color: Deep Sky Blue. HEX triplet: 12, AA and EC. RGB value is (18,170,236). Sum of RGB (Red+Green+Blue) = 18+170+236=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #12AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAEC is #ED5513. Grayscale: #838383. Windows color (decimal): -15553812 or 15510034. OLE color: 15510034.
HSL color Cylindrical-coordinate representation of color #12AAEC: hue angle of 198.17º degrees, saturation: 0.86, 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 #12AAEC is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 170 | 236 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.07 |
| HSL | 198.17º | 0.86% | 0.5% | - |
| HSV(B) | 198.17º | 0.92% | 0.93% | - |
| XYZ | 29.76 | 34.93 | 84.53 | - |
| YUV | 132.08 | 186.64 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 236 | 0.92 | 0.28 | 0 | 0.07 | 198.17 | 0.86 | 0.5 |
| Hex | 12 | AA | EC | 5C | 1C | 0 | 7 | C6 | 56 | 32 |
| Octal | 22 | 252 | 354 | 134 | 34 | 0 | 7 | 306 | 126 | 62 |
| Binary | 10010 | 10101010 | 11101100 | 1011100 | 11100 | 0 | 111 | 11000110 | 1010110 | 110010 |
Color Harmonies of #12AAEC
Complementary color
Monochromatic Colors of #12AAEC
Black with #12AAEC
Text Example
Text Example
White with #12AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AAEC; }
p { color: rgb(18,170,236); }
H1.HeaderClassName
{
color: #12AAEC;
}
.AnyTagClassName
{
color: #12AAEC;
}
</style>
background-color css
<style>
a { background-color: #12AAEC; }
a { background-color: rgb(18,170,236); }
div.DivClassName
{
background-color: #12AAEC;
}
.BgClassName
{
background-color: #12AAEC;
}
</style>
border-color css
<style>
span { border-color: #12AAEC; }
span { border-color: rgb(18,170,236); }
td.TdClassName
{
border-color: #12AAEC;
}
.TagClassName
{
border-color: #12AAEC;
}
</style>