Shades of Iris Blue #12ACC5
Tints of Iris Blue #12ACC5
RGB
CMYK
RGB Variations
Color information
#12ACC5 (or 0x12ACC5) is known color: Iris Blue. HEX triplet: 12, AC and C5. RGB value is (18,172,197). Sum of RGB (Red+Green+Blue) = 18+172+197=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #12ACC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACC5 is #ED533A. Grayscale: #808080. Windows color (decimal): -15553339 or 12954642. OLE color: 12954642.
HSL color Cylindrical-coordinate representation of color #12ACC5: hue angle of 188.38º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ACC5 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 172 | 197 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.23 |
| HSL | 188.38º | 0.83% | 0.42% | - |
| HSV(B) | 188.38º | 0.91% | 0.77% | - |
| XYZ | 25.08 | 33.66 | 58 | - |
| YUV | 128.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 197 | 0.91 | 0.13 | 0 | 0.23 | 188.38 | 0.83 | 0.42 |
| Hex | 12 | AC | C5 | 5B | D | 0 | 17 | BC | 53 | 2A |
| Octal | 22 | 254 | 305 | 133 | 15 | 0 | 27 | 274 | 123 | 52 |
| Binary | 10010 | 10101100 | 11000101 | 1011011 | 1101 | 0 | 10111 | 10111100 | 1010011 | 101010 |
Color Harmonies of #12ACC5
Complementary color
Monochromatic Colors of #12ACC5
Black with #12ACC5
Text Example
Text Example
White with #12ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACC5; }
p { color: rgb(18,172,197); }
H1.HeaderClassName
{
color: #12ACC5;
}
.AnyTagClassName
{
color: #12ACC5;
}
</style>
background-color css
<style>
a { background-color: #12ACC5; }
a { background-color: rgb(18,172,197); }
div.DivClassName
{
background-color: #12ACC5;
}
.BgClassName
{
background-color: #12ACC5;
}
</style>
border-color css
<style>
span { border-color: #12ACC5; }
span { border-color: rgb(18,172,197); }
td.TdClassName
{
border-color: #12ACC5;
}
.TagClassName
{
border-color: #12ACC5;
}
</style>