Shades of Iris Blue #12A9E2
Tints of Iris Blue #12A9E2
RGB
CMYK
RGB Variations
Color information
#12A9E2 (or 0x12A9E2) is known color: Iris Blue. HEX triplet: 12, A9 and E2. RGB value is (18,169,226). Sum of RGB (Red+Green+Blue) = 18+169+226=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 226 (88.67% from 255 or 54.72% from 413); Max value from RGB is 226 - color contains mainly: blue. Hex color #12A9E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A9E2 is #ED561D. Grayscale: #818181. Windows color (decimal): -15554078 or 14854418. OLE color: 14854418.
HSL color Cylindrical-coordinate representation of color #12A9E2: hue angle of 196.44º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A9E2 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 169 | 226 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.11 |
| HSL | 196.44º | 0.85% | 0.48% | - |
| HSV(B) | 196.44º | 0.92% | 0.89% | - |
| XYZ | 28.16 | 34 | 77.03 | - |
| YUV | 130.35 | 181.97 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 226 | 0.92 | 0.25 | 0 | 0.11 | 196.44 | 0.85 | 0.48 |
| Hex | 12 | A9 | E2 | 5C | 19 | 0 | B | C4 | 55 | 30 |
| Octal | 22 | 251 | 342 | 134 | 31 | 0 | 13 | 304 | 125 | 60 |
| Binary | 10010 | 10101001 | 11100010 | 1011100 | 11001 | 0 | 1011 | 11000100 | 1010101 | 110000 |
Color Harmonies of #12A9E2
Complementary color
Monochromatic Colors of #12A9E2
Black with #12A9E2
Text Example
Text Example
White with #12A9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A9E2; }
p { color: rgb(18,169,226); }
H1.HeaderClassName
{
color: #12A9E2;
}
.AnyTagClassName
{
color: #12A9E2;
}
</style>
background-color css
<style>
a { background-color: #12A9E2; }
a { background-color: rgb(18,169,226); }
div.DivClassName
{
background-color: #12A9E2;
}
.BgClassName
{
background-color: #12A9E2;
}
</style>
border-color css
<style>
span { border-color: #12A9E2; }
span { border-color: rgb(18,169,226); }
td.TdClassName
{
border-color: #12A9E2;
}
.TagClassName
{
border-color: #12A9E2;
}
</style>