Shades of Iris Blue #12A9DB
Tints of Iris Blue #12A9DB
RGB
CMYK
RGB Variations
Color information
#12A9DB (or 0x12A9DB) is known color: Iris Blue. HEX triplet: 12, A9 and DB. RGB value is (18,169,219). Sum of RGB (Red+Green+Blue) = 18+169+219=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #12A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A9DB is #ED5624. Grayscale: #818181. Windows color (decimal): -15554085 or 14395666. OLE color: 14395666.
HSL color Cylindrical-coordinate representation of color #12A9DB: hue angle of 194.93º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A9DB is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 169 | 219 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.14 |
| HSL | 194.93º | 0.85% | 0.46% | - |
| HSV(B) | 194.93º | 0.92% | 0.86% | - |
| XYZ | 27.22 | 33.62 | 72.07 | - |
| YUV | 129.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 219 | 0.92 | 0.23 | 0 | 0.14 | 194.93 | 0.85 | 0.46 |
| Hex | 12 | A9 | DB | 5C | 17 | 0 | E | C3 | 55 | 2E |
| Octal | 22 | 251 | 333 | 134 | 27 | 0 | 16 | 303 | 125 | 56 |
| Binary | 10010 | 10101001 | 11011011 | 1011100 | 10111 | 0 | 1110 | 11000011 | 1010101 | 101110 |
Color Harmonies of #12A9DB
Complementary color
Monochromatic Colors of #12A9DB
Black with #12A9DB
Text Example
Text Example
White with #12A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A9DB; }
p { color: rgb(18,169,219); }
H1.HeaderClassName
{
color: #12A9DB;
}
.AnyTagClassName
{
color: #12A9DB;
}
</style>
background-color css
<style>
a { background-color: #12A9DB; }
a { background-color: rgb(18,169,219); }
div.DivClassName
{
background-color: #12A9DB;
}
.BgClassName
{
background-color: #12A9DB;
}
</style>
border-color css
<style>
span { border-color: #12A9DB; }
span { border-color: rgb(18,169,219); }
td.TdClassName
{
border-color: #12A9DB;
}
.TagClassName
{
border-color: #12A9DB;
}
</style>