Shades of Iris Blue #12A9BD
Tints of Iris Blue #12A9BD
RGB
CMYK
RGB Variations
Color information
#12A9BD (or 0x12A9BD) is known color: Iris Blue. HEX triplet: 12, A9 and BD. RGB value is (18,169,189). Sum of RGB (Red+Green+Blue) = 18+169+189=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #12A9BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A9BD is #ED5642. Grayscale: #7D7D7D. Windows color (decimal): -15554115 or 12429586. OLE color: 12429586.
HSL color Cylindrical-coordinate representation of color #12A9BD: hue angle of 187.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A9BD is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 169 | 189 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.26 |
| HSL | 187.02º | 0.83% | 0.41% | - |
| HSV(B) | 187.02º | 0.9% | 0.74% | - |
| XYZ | 23.62 | 32.18 | 53.11 | - |
| YUV | 126.13 | 163.47 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 189 | 0.90 | 0.11 | 0 | 0.26 | 187.02 | 0.83 | 0.41 |
| Hex | 12 | A9 | BD | 5A | B | 0 | 1A | BB | 53 | 29 |
| Octal | 22 | 251 | 275 | 132 | 13 | 0 | 32 | 273 | 123 | 51 |
| Binary | 10010 | 10101001 | 10111101 | 1011010 | 1011 | 0 | 11010 | 10111011 | 1010011 | 101001 |
Color Harmonies of #12A9BD
Complementary color
Monochromatic Colors of #12A9BD
Black with #12A9BD
Text Example
Text Example
White with #12A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A9BD; }
p { color: rgb(18,169,189); }
H1.HeaderClassName
{
color: #12A9BD;
}
.AnyTagClassName
{
color: #12A9BD;
}
</style>
background-color css
<style>
a { background-color: #12A9BD; }
a { background-color: rgb(18,169,189); }
div.DivClassName
{
background-color: #12A9BD;
}
.BgClassName
{
background-color: #12A9BD;
}
</style>
border-color css
<style>
span { border-color: #12A9BD; }
span { border-color: rgb(18,169,189); }
td.TdClassName
{
border-color: #12A9BD;
}
.TagClassName
{
border-color: #12A9BD;
}
</style>