Shades of Deep Sky Blue #12AAF0
Tints of Deep Sky Blue #12AAF0
RGB
CMYK
RGB Variations
Color information
#12AAF0 (or 0x12AAF0) is known color: Deep Sky Blue. HEX triplet: 12, AA and F0. RGB value is (18,170,240). Sum of RGB (Red+Green+Blue) = 18+170+240=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #12AAF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAF0 is #ED550F. Grayscale: #848484. Windows color (decimal): -15553808 or 15772178. OLE color: 15772178.
HSL color Cylindrical-coordinate representation of color #12AAF0: hue angle of 198.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAF0 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 170 | 240 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.06 |
| HSL | 198.92º | 0.88% | 0.51% | - |
| HSV(B) | 198.92º | 0.93% | 0.94% | - |
| XYZ | 30.35 | 35.17 | 87.63 | - |
| YUV | 132.53 | 188.64 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 240 | 0.92 | 0.29 | 0 | 0.06 | 198.92 | 0.88 | 0.51 |
| Hex | 12 | AA | F0 | 5C | 1D | 0 | 6 | C7 | 58 | 33 |
| Octal | 22 | 252 | 360 | 134 | 35 | 0 | 6 | 307 | 130 | 63 |
| Binary | 10010 | 10101010 | 11110000 | 1011100 | 11101 | 0 | 110 | 11000111 | 1011000 | 110011 |
Color Harmonies of #12AAF0
Complementary color
Monochromatic Colors of #12AAF0
Black with #12AAF0
Text Example
Text Example
White with #12AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AAF0; }
p { color: rgb(18,170,240); }
H1.HeaderClassName
{
color: #12AAF0;
}
.AnyTagClassName
{
color: #12AAF0;
}
</style>
background-color css
<style>
a { background-color: #12AAF0; }
a { background-color: rgb(18,170,240); }
div.DivClassName
{
background-color: #12AAF0;
}
.BgClassName
{
background-color: #12AAF0;
}
</style>
border-color css
<style>
span { border-color: #12AAF0; }
span { border-color: rgb(18,170,240); }
td.TdClassName
{
border-color: #12AAF0;
}
.TagClassName
{
border-color: #12AAF0;
}
</style>