Shades of Iris Blue #12B0BB
Tints of Iris Blue #12B0BB
RGB
CMYK
RGB Variations
Color information
#12B0BB (or 0x12B0BB) is known color: Iris Blue. HEX triplet: 12, B0 and BB. RGB value is (18,176,187). Sum of RGB (Red+Green+Blue) = 18+176+187=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #12B0BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0BB is #ED4F44. Grayscale: #818181. Windows color (decimal): -15552325 or 12300306. OLE color: 12300306.
HSL color Cylindrical-coordinate representation of color #12B0BB: hue angle of 183.91º 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 #12B0BB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 176 | 187 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.27 |
| HSL | 183.91º | 0.82% | 0.4% | - |
| HSV(B) | 183.91º | 0.9% | 0.73% | - |
| XYZ | 24.74 | 34.77 | 52.42 | - |
| YUV | 130.01 | 160.15 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 187 | 0.90 | 0.06 | 0 | 0.27 | 183.91 | 0.82 | 0.4 |
| Hex | 12 | B0 | BB | 5A | 6 | 0 | 1B | B8 | 52 | 28 |
| Octal | 22 | 260 | 273 | 132 | 6 | 0 | 33 | 270 | 122 | 50 |
| Binary | 10010 | 10110000 | 10111011 | 1011010 | 110 | 0 | 11011 | 10111000 | 1010010 | 101000 |
Color Harmonies of #12B0BB
Complementary color
Monochromatic Colors of #12B0BB
Black with #12B0BB
Text Example
Text Example
White with #12B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B0BB; }
p { color: rgb(18,176,187); }
H1.HeaderClassName
{
color: #12B0BB;
}
.AnyTagClassName
{
color: #12B0BB;
}
</style>
background-color css
<style>
a { background-color: #12B0BB; }
a { background-color: rgb(18,176,187); }
div.DivClassName
{
background-color: #12B0BB;
}
.BgClassName
{
background-color: #12B0BB;
}
</style>
border-color css
<style>
span { border-color: #12B0BB; }
span { border-color: rgb(18,176,187); }
td.TdClassName
{
border-color: #12B0BB;
}
.TagClassName
{
border-color: #12B0BB;
}
</style>