Shades of Iris Blue #12B5BA
Tints of Iris Blue #12B5BA
RGB
CMYK
RGB Variations
Color information
#12B5BA (or 0x12B5BA) is known color: Iris Blue. HEX triplet: 12, B5 and BA. RGB value is (18,181,186). Sum of RGB (Red+Green+Blue) = 18+181+186=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #12B5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5BA is #ED4A45. Grayscale: #848484. Windows color (decimal): -15551046 or 12236050. OLE color: 12236050.
HSL color Cylindrical-coordinate representation of color #12B5BA: hue angle of 181.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B5BA is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 181 | 186 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.27 |
| HSL | 181.79º | 0.82% | 0.4% | - |
| HSV(B) | 181.79º | 0.9% | 0.73% | - |
| XYZ | 25.64 | 36.72 | 52.19 | - |
| YUV | 132.83 | 158 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 186 | 0.90 | 0.03 | 0 | 0.27 | 181.79 | 0.82 | 0.4 |
| Hex | 12 | B5 | BA | 5A | 3 | 0 | 1B | B6 | 52 | 28 |
| Octal | 22 | 265 | 272 | 132 | 3 | 0 | 33 | 266 | 122 | 50 |
| Binary | 10010 | 10110101 | 10111010 | 1011010 | 11 | 0 | 11011 | 10110110 | 1010010 | 101000 |
Color Harmonies of #12B5BA
Complementary color
Monochromatic Colors of #12B5BA
Black with #12B5BA
Text Example
Text Example
White with #12B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B5BA; }
p { color: rgb(18,181,186); }
H1.HeaderClassName
{
color: #12B5BA;
}
.AnyTagClassName
{
color: #12B5BA;
}
</style>
background-color css
<style>
a { background-color: #12B5BA; }
a { background-color: rgb(18,181,186); }
div.DivClassName
{
background-color: #12B5BA;
}
.BgClassName
{
background-color: #12B5BA;
}
</style>
border-color css
<style>
span { border-color: #12B5BA; }
span { border-color: rgb(18,181,186); }
td.TdClassName
{
border-color: #12B5BA;
}
.TagClassName
{
border-color: #12B5BA;
}
</style>