Shades of Iris Blue #12AADB
Tints of Iris Blue #12AADB
RGB
CMYK
RGB Variations
Color information
#12AADB (or 0x12AADB) is known color: Iris Blue. HEX triplet: 12, AA and DB. RGB value is (18,170,219). Sum of RGB (Red+Green+Blue) = 18+170+219=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #12AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AADB is #ED5524. Grayscale: #818181. Windows color (decimal): -15553829 or 14395922. OLE color: 14395922.
HSL color Cylindrical-coordinate representation of color #12AADB: hue angle of 194.63º 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 #12AADB is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 170 | 219 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.14 |
| HSL | 194.63º | 0.85% | 0.46% | - |
| HSV(B) | 194.63º | 0.92% | 0.86% | - |
| XYZ | 27.41 | 33.99 | 72.13 | - |
| YUV | 130.14 | 178.14 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 219 | 0.92 | 0.22 | 0 | 0.14 | 194.63 | 0.85 | 0.46 |
| Hex | 12 | AA | DB | 5C | 16 | 0 | E | C3 | 55 | 2E |
| Octal | 22 | 252 | 333 | 134 | 26 | 0 | 16 | 303 | 125 | 56 |
| Binary | 10010 | 10101010 | 11011011 | 1011100 | 10110 | 0 | 1110 | 11000011 | 1010101 | 101110 |
Color Harmonies of #12AADB
Complementary color
Monochromatic Colors of #12AADB
Black with #12AADB
Text Example
Text Example
White with #12AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AADB; }
p { color: rgb(18,170,219); }
H1.HeaderClassName
{
color: #12AADB;
}
.AnyTagClassName
{
color: #12AADB;
}
</style>
background-color css
<style>
a { background-color: #12AADB; }
a { background-color: rgb(18,170,219); }
div.DivClassName
{
background-color: #12AADB;
}
.BgClassName
{
background-color: #12AADB;
}
</style>
border-color css
<style>
span { border-color: #12AADB; }
span { border-color: rgb(18,170,219); }
td.TdClassName
{
border-color: #12AADB;
}
.TagClassName
{
border-color: #12AADB;
}
</style>