Shades of Iris Blue #12ABDA
Tints of Iris Blue #12ABDA
RGB
CMYK
RGB Variations
Color information
#12ABDA (or 0x12ABDA) is known color: Iris Blue. HEX triplet: 12, AB and DA. RGB value is (18,171,218). Sum of RGB (Red+Green+Blue) = 18+171+218=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #12ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABDA is #ED5425. Grayscale: #828282. Windows color (decimal): -15553574 or 14330642. OLE color: 14330642.
HSL color Cylindrical-coordinate representation of color #12ABDA: hue angle of 194.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ABDA is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 171 | 218 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.15 |
| HSL | 194.1º | 0.85% | 0.46% | - |
| HSV(B) | 194.1º | 0.92% | 0.85% | - |
| XYZ | 27.47 | 34.32 | 71.51 | - |
| YUV | 130.61 | 177.31 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 218 | 0.92 | 0.22 | 0 | 0.15 | 194.1 | 0.85 | 0.46 |
| Hex | 12 | AB | DA | 5C | 16 | 0 | F | C2 | 55 | 2E |
| Octal | 22 | 253 | 332 | 134 | 26 | 0 | 17 | 302 | 125 | 56 |
| Binary | 10010 | 10101011 | 11011010 | 1011100 | 10110 | 0 | 1111 | 11000010 | 1010101 | 101110 |
Color Harmonies of #12ABDA
Complementary color
Monochromatic Colors of #12ABDA
Black with #12ABDA
Text Example
Text Example
White with #12ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABDA; }
p { color: rgb(18,171,218); }
H1.HeaderClassName
{
color: #12ABDA;
}
.AnyTagClassName
{
color: #12ABDA;
}
</style>
background-color css
<style>
a { background-color: #12ABDA; }
a { background-color: rgb(18,171,218); }
div.DivClassName
{
background-color: #12ABDA;
}
.BgClassName
{
background-color: #12ABDA;
}
</style>
border-color css
<style>
span { border-color: #12ABDA; }
span { border-color: rgb(18,171,218); }
td.TdClassName
{
border-color: #12ABDA;
}
.TagClassName
{
border-color: #12ABDA;
}
</style>