Shades of Iris Blue #12ABC4
Tints of Iris Blue #12ABC4
RGB
CMYK
RGB Variations
Color information
#12ABC4 (or 0x12ABC4) is known color: Iris Blue. HEX triplet: 12, AB and C4. RGB value is (18,171,196). Sum of RGB (Red+Green+Blue) = 18+171+196=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #12ABC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABC4 is #ED543B. Grayscale: #7F7F7F. Windows color (decimal): -15553596 or 12888850. OLE color: 12888850.
HSL color Cylindrical-coordinate representation of color #12ABC4: hue angle of 188.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ABC4 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 171 | 196 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.23 |
| HSL | 188.43º | 0.83% | 0.42% | - |
| HSV(B) | 188.43º | 0.91% | 0.77% | - |
| XYZ | 24.78 | 33.24 | 57.33 | - |
| YUV | 128.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 196 | 0.91 | 0.13 | 0 | 0.23 | 188.43 | 0.83 | 0.42 |
| Hex | 12 | AB | C4 | 5B | D | 0 | 17 | BC | 53 | 2A |
| Octal | 22 | 253 | 304 | 133 | 15 | 0 | 27 | 274 | 123 | 52 |
| Binary | 10010 | 10101011 | 11000100 | 1011011 | 1101 | 0 | 10111 | 10111100 | 1010011 | 101010 |
Color Harmonies of #12ABC4
Complementary color
Monochromatic Colors of #12ABC4
Black with #12ABC4
Text Example
Text Example
White with #12ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABC4; }
p { color: rgb(18,171,196); }
H1.HeaderClassName
{
color: #12ABC4;
}
.AnyTagClassName
{
color: #12ABC4;
}
</style>
background-color css
<style>
a { background-color: #12ABC4; }
a { background-color: rgb(18,171,196); }
div.DivClassName
{
background-color: #12ABC4;
}
.BgClassName
{
background-color: #12ABC4;
}
</style>
border-color css
<style>
span { border-color: #12ABC4; }
span { border-color: rgb(18,171,196); }
td.TdClassName
{
border-color: #12ABC4;
}
.TagClassName
{
border-color: #12ABC4;
}
</style>