Shades of Deep Sky Blue #12A9F0
Tints of Deep Sky Blue #12A9F0
RGB
CMYK
RGB Variations
Color information
#12A9F0 (or 0x12A9F0) is known color: Deep Sky Blue. HEX triplet: 12, A9 and F0. RGB value is (18,169,240). Sum of RGB (Red+Green+Blue) = 18+169+240=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #12A9F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A9F0 is #ED560F. Grayscale: #838383. Windows color (decimal): -15554064 or 15771922. OLE color: 15771922.
HSL color Cylindrical-coordinate representation of color #12A9F0: hue angle of 199.19º 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 #12A9F0 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 169 | 240 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.06 |
| HSL | 199.19º | 0.88% | 0.51% | - |
| HSV(B) | 199.19º | 0.93% | 0.94% | - |
| XYZ | 30.17 | 34.8 | 87.56 | - |
| YUV | 131.95 | 188.97 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 240 | 0.92 | 0.30 | 0 | 0.06 | 199.19 | 0.88 | 0.51 |
| Hex | 12 | A9 | F0 | 5C | 1E | 0 | 6 | C7 | 58 | 33 |
| Octal | 22 | 251 | 360 | 134 | 36 | 0 | 6 | 307 | 130 | 63 |
| Binary | 10010 | 10101001 | 11110000 | 1011100 | 11110 | 0 | 110 | 11000111 | 1011000 | 110011 |
Color Harmonies of #12A9F0
Complementary color
Monochromatic Colors of #12A9F0
Black with #12A9F0
Text Example
Text Example
White with #12A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A9F0; }
p { color: rgb(18,169,240); }
H1.HeaderClassName
{
color: #12A9F0;
}
.AnyTagClassName
{
color: #12A9F0;
}
</style>
background-color css
<style>
a { background-color: #12A9F0; }
a { background-color: rgb(18,169,240); }
div.DivClassName
{
background-color: #12A9F0;
}
.BgClassName
{
background-color: #12A9F0;
}
</style>
border-color css
<style>
span { border-color: #12A9F0; }
span { border-color: rgb(18,169,240); }
td.TdClassName
{
border-color: #12A9F0;
}
.TagClassName
{
border-color: #12A9F0;
}
</style>