Shades of Iris Blue #12BCBD
Tints of Iris Blue #12BCBD
RGB
CMYK
RGB Variations
Color information
#12BCBD (or 0x12BCBD) is known color: Iris Blue. HEX triplet: 12, BC and BD. RGB value is (18,188,189). Sum of RGB (Red+Green+Blue) = 18+188+189=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #12BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCBD is #ED4342. Grayscale: #898989. Windows color (decimal): -15549251 or 12434450. OLE color: 12434450.
HSL color Cylindrical-coordinate representation of color #12BCBD: hue angle of 180.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BCBD is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 189 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.26 |
| HSL | 180.35º | 0.83% | 0.41% | - |
| HSV(B) | 180.35º | 0.9% | 0.74% | - |
| XYZ | 27.42 | 39.77 | 54.38 | - |
| YUV | 137.28 | 157.18 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 189 | 0.90 | 0.01 | 0 | 0.26 | 180.35 | 0.83 | 0.41 |
| Hex | 12 | BC | BD | 5A | 1 | 0 | 1A | B4 | 53 | 29 |
| Octal | 22 | 274 | 275 | 132 | 1 | 0 | 32 | 264 | 123 | 51 |
| Binary | 10010 | 10111100 | 10111101 | 1011010 | 1 | 0 | 11010 | 10110100 | 1010011 | 101001 |
Color Harmonies of #12BCBD
Complementary color
Monochromatic Colors of #12BCBD
Black with #12BCBD
Text Example
Text Example
White with #12BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCBD; }
p { color: rgb(18,188,189); }
H1.HeaderClassName
{
color: #12BCBD;
}
.AnyTagClassName
{
color: #12BCBD;
}
</style>
background-color css
<style>
a { background-color: #12BCBD; }
a { background-color: rgb(18,188,189); }
div.DivClassName
{
background-color: #12BCBD;
}
.BgClassName
{
background-color: #12BCBD;
}
</style>
border-color css
<style>
span { border-color: #12BCBD; }
span { border-color: rgb(18,188,189); }
td.TdClassName
{
border-color: #12BCBD;
}
.TagClassName
{
border-color: #12BCBD;
}
</style>