Shades of Deep Sky Blue #12AAE9
Tints of Deep Sky Blue #12AAE9
RGB
CMYK
RGB Variations
Color information
#12AAE9 (or 0x12AAE9) is known color: Deep Sky Blue. HEX triplet: 12, AA and E9. RGB value is (18,170,233). Sum of RGB (Red+Green+Blue) = 18+170+233=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 233 (91.41% from 255 or 55.34% from 421); Max value from RGB is 233 - color contains mainly: blue. Hex color #12AAE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAE9 is #ED5516. Grayscale: #838383. Windows color (decimal): -15553815 or 15313426. OLE color: 15313426.
HSL color Cylindrical-coordinate representation of color #12AAE9: hue angle of 197.58º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AAE9 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 170 | 233 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.09 |
| HSL | 197.58º | 0.86% | 0.49% | - |
| HSV(B) | 197.58º | 0.92% | 0.91% | - |
| XYZ | 29.33 | 34.76 | 82.25 | - |
| YUV | 131.73 | 185.14 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 233 | 0.92 | 0.27 | 0 | 0.09 | 197.58 | 0.86 | 0.49 |
| Hex | 12 | AA | E9 | 5C | 1B | 0 | 9 | C6 | 56 | 31 |
| Octal | 22 | 252 | 351 | 134 | 33 | 0 | 11 | 306 | 126 | 61 |
| Binary | 10010 | 10101010 | 11101001 | 1011100 | 11011 | 0 | 1001 | 11000110 | 1010110 | 110001 |
Color Harmonies of #12AAE9
Complementary color
Monochromatic Colors of #12AAE9
Black with #12AAE9
Text Example
Text Example
White with #12AAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AAE9; }
p { color: rgb(18,170,233); }
H1.HeaderClassName
{
color: #12AAE9;
}
.AnyTagClassName
{
color: #12AAE9;
}
</style>
background-color css
<style>
a { background-color: #12AAE9; }
a { background-color: rgb(18,170,233); }
div.DivClassName
{
background-color: #12AAE9;
}
.BgClassName
{
background-color: #12AAE9;
}
</style>
border-color css
<style>
span { border-color: #12AAE9; }
span { border-color: rgb(18,170,233); }
td.TdClassName
{
border-color: #12AAE9;
}
.TagClassName
{
border-color: #12AAE9;
}
</style>