Shades of Iris Blue #12AEC1
Tints of Iris Blue #12AEC1
RGB
CMYK
RGB Variations
Color information
#12AEC1 (or 0x12AEC1) is known color: Iris Blue. HEX triplet: 12, AE and C1. RGB value is (18,174,193). Sum of RGB (Red+Green+Blue) = 18+174+193=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #12AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEC1 is #ED513E. Grayscale: #818181. Windows color (decimal): -15552831 or 12693010. OLE color: 12693010.
HSL color Cylindrical-coordinate representation of color #12AEC1: hue angle of 186.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AEC1 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 174 | 193 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.24 |
| HSL | 186.51º | 0.83% | 0.41% | - |
| HSV(B) | 186.51º | 0.91% | 0.76% | - |
| XYZ | 25.01 | 34.25 | 55.74 | - |
| YUV | 129.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 193 | 0.91 | 0.10 | 0 | 0.24 | 186.51 | 0.83 | 0.41 |
| Hex | 12 | AE | C1 | 5B | A | 0 | 18 | BB | 53 | 29 |
| Octal | 22 | 256 | 301 | 133 | 12 | 0 | 30 | 273 | 123 | 51 |
| Binary | 10010 | 10101110 | 11000001 | 1011011 | 1010 | 0 | 11000 | 10111011 | 1010011 | 101001 |
Color Harmonies of #12AEC1
Complementary color
Monochromatic Colors of #12AEC1
Black with #12AEC1
Text Example
Text Example
White with #12AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AEC1; }
p { color: rgb(18,174,193); }
H1.HeaderClassName
{
color: #12AEC1;
}
.AnyTagClassName
{
color: #12AEC1;
}
</style>
background-color css
<style>
a { background-color: #12AEC1; }
a { background-color: rgb(18,174,193); }
div.DivClassName
{
background-color: #12AEC1;
}
.BgClassName
{
background-color: #12AEC1;
}
</style>
border-color css
<style>
span { border-color: #12AEC1; }
span { border-color: rgb(18,174,193); }
td.TdClassName
{
border-color: #12AEC1;
}
.TagClassName
{
border-color: #12AEC1;
}
</style>