Shades of Deep Sky Blue #12AAFF
Tints of Deep Sky Blue #12AAFF
RGB
CMYK
RGB Variations
Color information
#12AAFF (or 0x12AAFF) is known color: Deep Sky Blue. HEX triplet: 12, AA and FF. RGB value is (18,170,255). Sum of RGB (Red+Green+Blue) = 18+170+255=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #12AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAFF is #ED5500. Grayscale: #858585. Windows color (decimal): -15553793 or 16755218. OLE color: 16755218.
HSL color Cylindrical-coordinate representation of color #12AAFF: hue angle of 201.52º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAFF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 170 | 255 | - |
| CMYK | 0.93 | 0.33 | 0 | 0 |
| HSL | 201.52º | 1% | 0.54% | - |
| HSV(B) | 201.52º | 0.93% | 1% | - |
| XYZ | 32.67 | 36.1 | 99.85 | - |
| YUV | 134.24 | 196.14 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 255 | 0.93 | 0.33 | 0 | 0 | 201.52 | 1 | 0.54 |
| Hex | 12 | AA | FF | 5D | 21 | 0 | 0 | CA | 64 | 36 |
| Octal | 22 | 252 | 377 | 135 | 41 | 0 | 0 | 312 | 144 | 66 |
| Binary | 10010 | 10101010 | 11111111 | 1011101 | 100001 | 0 | 0 | 11001010 | 1100100 | 110110 |
Color Harmonies of #12AAFF
Complementary color
Monochromatic Colors of #12AAFF
Black with #12AAFF
Text Example
Text Example
White with #12AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AAFF; }
p { color: rgb(18,170,255); }
H1.HeaderClassName
{
color: #12AAFF;
}
.AnyTagClassName
{
color: #12AAFF;
}
</style>
background-color css
<style>
a { background-color: #12AAFF; }
a { background-color: rgb(18,170,255); }
div.DivClassName
{
background-color: #12AAFF;
}
.BgClassName
{
background-color: #12AAFF;
}
</style>
border-color css
<style>
span { border-color: #12AAFF; }
span { border-color: rgb(18,170,255); }
td.TdClassName
{
border-color: #12AAFF;
}
.TagClassName
{
border-color: #12AAFF;
}
</style>