Shades of Iris Blue #12AEBD
Tints of Iris Blue #12AEBD
RGB
CMYK
RGB Variations
Color information
#12AEBD (or 0x12AEBD) is known color: Iris Blue. HEX triplet: 12, AE and BD. RGB value is (18,174,189). Sum of RGB (Red+Green+Blue) = 18+174+189=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #12AEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEBD is #ED5142. Grayscale: #808080. Windows color (decimal): -15552835 or 12430866. OLE color: 12430866.
HSL color Cylindrical-coordinate representation of color #12AEBD: hue angle of 185.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AEBD is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 174 | 189 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.26 |
| HSL | 185.26º | 0.83% | 0.41% | - |
| HSV(B) | 185.26º | 0.9% | 0.74% | - |
| XYZ | 24.57 | 34.07 | 53.43 | - |
| YUV | 129.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 189 | 0.90 | 0.08 | 0 | 0.26 | 185.26 | 0.83 | 0.41 |
| Hex | 12 | AE | BD | 5A | 8 | 0 | 1A | B9 | 53 | 29 |
| Octal | 22 | 256 | 275 | 132 | 10 | 0 | 32 | 271 | 123 | 51 |
| Binary | 10010 | 10101110 | 10111101 | 1011010 | 1000 | 0 | 11010 | 10111001 | 1010011 | 101001 |
Color Harmonies of #12AEBD
Complementary color
Monochromatic Colors of #12AEBD
Black with #12AEBD
Text Example
Text Example
White with #12AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AEBD; }
p { color: rgb(18,174,189); }
H1.HeaderClassName
{
color: #12AEBD;
}
.AnyTagClassName
{
color: #12AEBD;
}
</style>
background-color css
<style>
a { background-color: #12AEBD; }
a { background-color: rgb(18,174,189); }
div.DivClassName
{
background-color: #12AEBD;
}
.BgClassName
{
background-color: #12AEBD;
}
</style>
border-color css
<style>
span { border-color: #12AEBD; }
span { border-color: rgb(18,174,189); }
td.TdClassName
{
border-color: #12AEBD;
}
.TagClassName
{
border-color: #12AEBD;
}
</style>