Shades of Iris Blue #12B7BA
Tints of Iris Blue #12B7BA
RGB
CMYK
RGB Variations
Color information
#12B7BA (or 0x12B7BA) is known color: Iris Blue. HEX triplet: 12, B7 and BA. RGB value is (18,183,186). Sum of RGB (Red+Green+Blue) = 18+183+186=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #12B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B7BA is #ED4845. Grayscale: #858585. Windows color (decimal): -15550534 or 12236562. OLE color: 12236562.
HSL color Cylindrical-coordinate representation of color #12B7BA: hue angle of 181.07º 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 #12B7BA is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 183 | 186 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.27 |
| HSL | 181.07º | 0.82% | 0.4% | - |
| HSV(B) | 181.07º | 0.9% | 0.73% | - |
| XYZ | 26.05 | 37.54 | 52.33 | - |
| YUV | 134.01 | 157.34 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 186 | 0.90 | 0.02 | 0 | 0.27 | 181.07 | 0.82 | 0.4 |
| Hex | 12 | B7 | BA | 5A | 2 | 0 | 1B | B5 | 52 | 28 |
| Octal | 22 | 267 | 272 | 132 | 2 | 0 | 33 | 265 | 122 | 50 |
| Binary | 10010 | 10110111 | 10111010 | 1011010 | 10 | 0 | 11011 | 10110101 | 1010010 | 101000 |
Color Harmonies of #12B7BA
Complementary color
Monochromatic Colors of #12B7BA
Black with #12B7BA
Text Example
Text Example
White with #12B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B7BA; }
p { color: rgb(18,183,186); }
H1.HeaderClassName
{
color: #12B7BA;
}
.AnyTagClassName
{
color: #12B7BA;
}
</style>
background-color css
<style>
a { background-color: #12B7BA; }
a { background-color: rgb(18,183,186); }
div.DivClassName
{
background-color: #12B7BA;
}
.BgClassName
{
background-color: #12B7BA;
}
</style>
border-color css
<style>
span { border-color: #12B7BA; }
span { border-color: rgb(18,183,186); }
td.TdClassName
{
border-color: #12B7BA;
}
.TagClassName
{
border-color: #12B7BA;
}
</style>