Shades of Iris Blue #12B2BC
Tints of Iris Blue #12B2BC
RGB
CMYK
RGB Variations
Color information
#12B2BC (or 0x12B2BC) is known color: Iris Blue. HEX triplet: 12, B2 and BC. RGB value is (18,178,188). Sum of RGB (Red+Green+Blue) = 18+178+188=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #12B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2BC is #ED4D43. Grayscale: #838383. Windows color (decimal): -15551812 or 12366354. OLE color: 12366354.
HSL color Cylindrical-coordinate representation of color #12B2BC: hue angle of 183.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B2BC is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 178 | 188 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.26 |
| HSL | 183.53º | 0.83% | 0.4% | - |
| HSV(B) | 183.53º | 0.9% | 0.74% | - |
| XYZ | 25.25 | 35.6 | 53.12 | - |
| YUV | 131.3 | 159.99 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 188 | 0.90 | 0.05 | 0 | 0.26 | 183.53 | 0.83 | 0.4 |
| Hex | 12 | B2 | BC | 5A | 5 | 0 | 1A | B8 | 53 | 28 |
| Octal | 22 | 262 | 274 | 132 | 5 | 0 | 32 | 270 | 123 | 50 |
| Binary | 10010 | 10110010 | 10111100 | 1011010 | 101 | 0 | 11010 | 10111000 | 1010011 | 101000 |
Color Harmonies of #12B2BC
Complementary color
Monochromatic Colors of #12B2BC
Black with #12B2BC
Text Example
Text Example
White with #12B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B2BC; }
p { color: rgb(18,178,188); }
H1.HeaderClassName
{
color: #12B2BC;
}
.AnyTagClassName
{
color: #12B2BC;
}
</style>
background-color css
<style>
a { background-color: #12B2BC; }
a { background-color: rgb(18,178,188); }
div.DivClassName
{
background-color: #12B2BC;
}
.BgClassName
{
background-color: #12B2BC;
}
</style>
border-color css
<style>
span { border-color: #12B2BC; }
span { border-color: rgb(18,178,188); }
td.TdClassName
{
border-color: #12B2BC;
}
.TagClassName
{
border-color: #12B2BC;
}
</style>