Shades of Iris Blue #12ACBC
Tints of Iris Blue #12ACBC
RGB
CMYK
RGB Variations
Color information
#12ACBC (or 0x12ACBC) is known color: Iris Blue. HEX triplet: 12, AC and BC. RGB value is (18,172,188). Sum of RGB (Red+Green+Blue) = 18+172+188=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #12ACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACBC is #ED5343. Grayscale: #7F7F7F. Windows color (decimal): -15553348 or 12364818. OLE color: 12364818.
HSL color Cylindrical-coordinate representation of color #12ACBC: hue angle of 185.65º 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 #12ACBC is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 172 | 188 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.26 |
| HSL | 185.65º | 0.83% | 0.4% | - |
| HSV(B) | 185.65º | 0.9% | 0.74% | - |
| XYZ | 24.08 | 33.26 | 52.73 | - |
| YUV | 127.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 188 | 0.90 | 0.09 | 0 | 0.26 | 185.65 | 0.83 | 0.4 |
| Hex | 12 | AC | BC | 5A | 9 | 0 | 1A | BA | 53 | 28 |
| Octal | 22 | 254 | 274 | 132 | 11 | 0 | 32 | 272 | 123 | 50 |
| Binary | 10010 | 10101100 | 10111100 | 1011010 | 1001 | 0 | 11010 | 10111010 | 1010011 | 101000 |
Color Harmonies of #12ACBC
Complementary color
Monochromatic Colors of #12ACBC
Black with #12ACBC
Text Example
Text Example
White with #12ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACBC; }
p { color: rgb(18,172,188); }
H1.HeaderClassName
{
color: #12ACBC;
}
.AnyTagClassName
{
color: #12ACBC;
}
</style>
background-color css
<style>
a { background-color: #12ACBC; }
a { background-color: rgb(18,172,188); }
div.DivClassName
{
background-color: #12ACBC;
}
.BgClassName
{
background-color: #12ACBC;
}
</style>
border-color css
<style>
span { border-color: #12ACBC; }
span { border-color: rgb(18,172,188); }
td.TdClassName
{
border-color: #12ACBC;
}
.TagClassName
{
border-color: #12ACBC;
}
</style>