Shades of Iris Blue #12BACD
Tints of Iris Blue #12BACD
RGB
CMYK
RGB Variations
Color information
#12BACD (or 0x12BACD) is known color: Iris Blue. HEX triplet: 12, BA and CD. RGB value is (18,186,205). Sum of RGB (Red+Green+Blue) = 18+186+205=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #12BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BACD is #ED4532. Grayscale: #898989. Windows color (decimal): -15549747 or 13482514. OLE color: 13482514.
HSL color Cylindrical-coordinate representation of color #12BACD: hue angle of 186.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BACD is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 186 | 205 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.20 |
| HSL | 186.1º | 0.84% | 0.44% | - |
| HSV(B) | 186.1º | 0.91% | 0.8% | - |
| XYZ | 28.83 | 39.65 | 63.89 | - |
| YUV | 137.93 | 165.84 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 205 | 0.91 | 0.09 | 0 | 0.20 | 186.1 | 0.84 | 0.44 |
| Hex | 12 | BA | CD | 5B | 9 | 0 | 14 | BA | 54 | 2C |
| Octal | 22 | 272 | 315 | 133 | 11 | 0 | 24 | 272 | 124 | 54 |
| Binary | 10010 | 10111010 | 11001101 | 1011011 | 1001 | 0 | 10100 | 10111010 | 1010100 | 101100 |
Color Harmonies of #12BACD
Complementary color
Monochromatic Colors of #12BACD
Black with #12BACD
Text Example
Text Example
White with #12BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BACD; }
p { color: rgb(18,186,205); }
H1.HeaderClassName
{
color: #12BACD;
}
.AnyTagClassName
{
color: #12BACD;
}
</style>
background-color css
<style>
a { background-color: #12BACD; }
a { background-color: rgb(18,186,205); }
div.DivClassName
{
background-color: #12BACD;
}
.BgClassName
{
background-color: #12BACD;
}
</style>
border-color css
<style>
span { border-color: #12BACD; }
span { border-color: rgb(18,186,205); }
td.TdClassName
{
border-color: #12BACD;
}
.TagClassName
{
border-color: #12BACD;
}
</style>