Shades of Iris Blue #12B5BC
Tints of Iris Blue #12B5BC
RGB
CMYK
RGB Variations
Color information
#12B5BC (or 0x12B5BC) is known color: Iris Blue. HEX triplet: 12, B5 and BC. RGB value is (18,181,188). Sum of RGB (Red+Green+Blue) = 18+181+188=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #12B5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5BC is #ED4A43. Grayscale: #848484. Windows color (decimal): -15551044 or 12367122. OLE color: 12367122.
HSL color Cylindrical-coordinate representation of color #12B5BC: hue angle of 182.47º 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 #12B5BC is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 181 | 188 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.26 |
| HSL | 182.47º | 0.83% | 0.4% | - |
| HSV(B) | 182.47º | 0.9% | 0.74% | - |
| XYZ | 25.85 | 36.81 | 53.32 | - |
| YUV | 133.06 | 159 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 188 | 0.90 | 0.04 | 0 | 0.26 | 182.47 | 0.83 | 0.4 |
| Hex | 12 | B5 | BC | 5A | 4 | 0 | 1A | B6 | 53 | 28 |
| Octal | 22 | 265 | 274 | 132 | 4 | 0 | 32 | 266 | 123 | 50 |
| Binary | 10010 | 10110101 | 10111100 | 1011010 | 100 | 0 | 11010 | 10110110 | 1010011 | 101000 |
Color Harmonies of #12B5BC
Complementary color
Monochromatic Colors of #12B5BC
Black with #12B5BC
Text Example
Text Example
White with #12B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B5BC; }
p { color: rgb(18,181,188); }
H1.HeaderClassName
{
color: #12B5BC;
}
.AnyTagClassName
{
color: #12B5BC;
}
</style>
background-color css
<style>
a { background-color: #12B5BC; }
a { background-color: rgb(18,181,188); }
div.DivClassName
{
background-color: #12B5BC;
}
.BgClassName
{
background-color: #12B5BC;
}
</style>
border-color css
<style>
span { border-color: #12B5BC; }
span { border-color: rgb(18,181,188); }
td.TdClassName
{
border-color: #12B5BC;
}
.TagClassName
{
border-color: #12B5BC;
}
</style>