Shades of Iris Blue #12AAB9
Tints of Iris Blue #12AAB9
RGB
CMYK
RGB Variations
Color information
#12AAB9 (or 0x12AAB9) is known color: Iris Blue. HEX triplet: 12, AA and B9. RGB value is (18,170,185). Sum of RGB (Red+Green+Blue) = 18+170+185=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #12AAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AAB9 is #ED5546. Grayscale: #7E7E7E. Windows color (decimal): -15553863 or 12167698. OLE color: 12167698.
HSL color Cylindrical-coordinate representation of color #12AAB9: hue angle of 185.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AAB9 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 170 | 185 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.27 |
| HSL | 185.39º | 0.82% | 0.4% | - |
| HSV(B) | 185.39º | 0.9% | 0.73% | - |
| XYZ | 23.38 | 32.38 | 50.92 | - |
| YUV | 126.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 185 | 0.90 | 0.08 | 0 | 0.27 | 185.39 | 0.82 | 0.4 |
| Hex | 12 | AA | B9 | 5A | 8 | 0 | 1B | B9 | 52 | 28 |
| Octal | 22 | 252 | 271 | 132 | 10 | 0 | 33 | 271 | 122 | 50 |
| Binary | 10010 | 10101010 | 10111001 | 1011010 | 1000 | 0 | 11011 | 10111001 | 1010010 | 101000 |
Color Harmonies of #12AAB9
Complementary color
Monochromatic Colors of #12AAB9
Black with #12AAB9
Text Example
Text Example
White with #12AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AAB9; }
p { color: rgb(18,170,185); }
H1.HeaderClassName
{
color: #12AAB9;
}
.AnyTagClassName
{
color: #12AAB9;
}
</style>
background-color css
<style>
a { background-color: #12AAB9; }
a { background-color: rgb(18,170,185); }
div.DivClassName
{
background-color: #12AAB9;
}
.BgClassName
{
background-color: #12AAB9;
}
</style>
border-color css
<style>
span { border-color: #12AAB9; }
span { border-color: rgb(18,170,185); }
td.TdClassName
{
border-color: #12AAB9;
}
.TagClassName
{
border-color: #12AAB9;
}
</style>