Shades of Deep Sky Blue #12A8E9
Tints of Deep Sky Blue #12A8E9
RGB
CMYK
RGB Variations
Color information
#12A8E9 (or 0x12A8E9) is known color: Deep Sky Blue. HEX triplet: 12, A8 and E9. RGB value is (18,168,233). Sum of RGB (Red+Green+Blue) = 18+168+233=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #12A8E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8E9 is #ED5716. Grayscale: #828282. Windows color (decimal): -15554327 or 15312914. OLE color: 15312914.
HSL color Cylindrical-coordinate representation of color #12A8E9: hue angle of 198.14º 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 #12A8E9 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 168 | 233 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.09 |
| HSL | 198.14º | 0.86% | 0.49% | - |
| HSV(B) | 198.14º | 0.92% | 0.91% | - |
| XYZ | 28.96 | 34.02 | 82.13 | - |
| YUV | 130.56 | 185.81 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 233 | 0.92 | 0.28 | 0 | 0.09 | 198.14 | 0.86 | 0.49 |
| Hex | 12 | A8 | E9 | 5C | 1C | 0 | 9 | C6 | 56 | 31 |
| Octal | 22 | 250 | 351 | 134 | 34 | 0 | 11 | 306 | 126 | 61 |
| Binary | 10010 | 10101000 | 11101001 | 1011100 | 11100 | 0 | 1001 | 11000110 | 1010110 | 110001 |
Color Harmonies of #12A8E9
Complementary color
Monochromatic Colors of #12A8E9
Black with #12A8E9
Text Example
Text Example
White with #12A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8E9; }
p { color: rgb(18,168,233); }
H1.HeaderClassName
{
color: #12A8E9;
}
.AnyTagClassName
{
color: #12A8E9;
}
</style>
background-color css
<style>
a { background-color: #12A8E9; }
a { background-color: rgb(18,168,233); }
div.DivClassName
{
background-color: #12A8E9;
}
.BgClassName
{
background-color: #12A8E9;
}
</style>
border-color css
<style>
span { border-color: #12A8E9; }
span { border-color: rgb(18,168,233); }
td.TdClassName
{
border-color: #12A8E9;
}
.TagClassName
{
border-color: #12A8E9;
}
</style>