Shades of Iris Blue #12AEBF
Tints of Iris Blue #12AEBF
RGB
CMYK
RGB Variations
Color information
#12AEBF (or 0x12AEBF) is known color: Iris Blue. HEX triplet: 12, AE and BF. RGB value is (18,174,191). Sum of RGB (Red+Green+Blue) = 18+174+191=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #12AEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEBF is #ED5140. Grayscale: #818181. Windows color (decimal): -15552833 or 12561938. OLE color: 12561938.
HSL color Cylindrical-coordinate representation of color #12AEBF: hue angle of 185.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AEBF is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 174 | 191 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.25 |
| HSL | 185.9º | 0.83% | 0.41% | - |
| HSV(B) | 185.9º | 0.91% | 0.75% | - |
| XYZ | 24.79 | 34.16 | 54.58 | - |
| YUV | 129.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 191 | 0.91 | 0.09 | 0 | 0.25 | 185.9 | 0.83 | 0.41 |
| Hex | 12 | AE | BF | 5B | 9 | 0 | 19 | BA | 53 | 29 |
| Octal | 22 | 256 | 277 | 133 | 11 | 0 | 31 | 272 | 123 | 51 |
| Binary | 10010 | 10101110 | 10111111 | 1011011 | 1001 | 0 | 11001 | 10111010 | 1010011 | 101001 |
Color Harmonies of #12AEBF
Complementary color
Monochromatic Colors of #12AEBF
Black with #12AEBF
Text Example
Text Example
White with #12AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AEBF; }
p { color: rgb(18,174,191); }
H1.HeaderClassName
{
color: #12AEBF;
}
.AnyTagClassName
{
color: #12AEBF;
}
</style>
background-color css
<style>
a { background-color: #12AEBF; }
a { background-color: rgb(18,174,191); }
div.DivClassName
{
background-color: #12AEBF;
}
.BgClassName
{
background-color: #12AEBF;
}
</style>
border-color css
<style>
span { border-color: #12AEBF; }
span { border-color: rgb(18,174,191); }
td.TdClassName
{
border-color: #12AEBF;
}
.TagClassName
{
border-color: #12AEBF;
}
</style>