Shades of Iris Blue #12ABDB
Tints of Iris Blue #12ABDB
RGB
CMYK
RGB Variations
Color information
#12ABDB (or 0x12ABDB) is known color: Iris Blue. HEX triplet: 12, AB and DB. RGB value is (18,171,219). Sum of RGB (Red+Green+Blue) = 18+171+219=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #12ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABDB is #ED5424. Grayscale: #828282. Windows color (decimal): -15553573 or 14396178. OLE color: 14396178.
HSL color Cylindrical-coordinate representation of color #12ABDB: hue angle of 194.33º 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 #12ABDB is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 171 | 219 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.14 |
| HSL | 194.33º | 0.85% | 0.46% | - |
| HSV(B) | 194.33º | 0.92% | 0.86% | - |
| XYZ | 27.6 | 34.37 | 72.2 | - |
| YUV | 130.73 | 177.81 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 219 | 0.92 | 0.22 | 0 | 0.14 | 194.33 | 0.85 | 0.46 |
| Hex | 12 | AB | DB | 5C | 16 | 0 | E | C2 | 55 | 2E |
| Octal | 22 | 253 | 333 | 134 | 26 | 0 | 16 | 302 | 125 | 56 |
| Binary | 10010 | 10101011 | 11011011 | 1011100 | 10110 | 0 | 1110 | 11000010 | 1010101 | 101110 |
Color Harmonies of #12ABDB
Complementary color
Monochromatic Colors of #12ABDB
Black with #12ABDB
Text Example
Text Example
White with #12ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABDB; }
p { color: rgb(18,171,219); }
H1.HeaderClassName
{
color: #12ABDB;
}
.AnyTagClassName
{
color: #12ABDB;
}
</style>
background-color css
<style>
a { background-color: #12ABDB; }
a { background-color: rgb(18,171,219); }
div.DivClassName
{
background-color: #12ABDB;
}
.BgClassName
{
background-color: #12ABDB;
}
</style>
border-color css
<style>
span { border-color: #12ABDB; }
span { border-color: rgb(18,171,219); }
td.TdClassName
{
border-color: #12ABDB;
}
.TagClassName
{
border-color: #12ABDB;
}
</style>