Shades of Iris Blue #12ACDC
Tints of Iris Blue #12ACDC
RGB
CMYK
RGB Variations
Color information
#12ACDC (or 0x12ACDC) is known color: Iris Blue. HEX triplet: 12, AC and DC. RGB value is (18,172,220). Sum of RGB (Red+Green+Blue) = 18+172+220=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #12ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACDC is #ED5323. Grayscale: #838383. Windows color (decimal): -15553316 or 14461970. OLE color: 14461970.
HSL color Cylindrical-coordinate representation of color #12ACDC: hue angle of 194.26º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ACDC is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 172 | 220 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.14 |
| HSL | 194.26º | 0.85% | 0.47% | - |
| HSV(B) | 194.26º | 0.92% | 0.86% | - |
| XYZ | 27.92 | 34.8 | 72.96 | - |
| YUV | 131.43 | 177.98 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 220 | 0.92 | 0.22 | 0 | 0.14 | 194.26 | 0.85 | 0.47 |
| Hex | 12 | AC | DC | 5C | 16 | 0 | E | C2 | 55 | 2F |
| Octal | 22 | 254 | 334 | 134 | 26 | 0 | 16 | 302 | 125 | 57 |
| Binary | 10010 | 10101100 | 11011100 | 1011100 | 10110 | 0 | 1110 | 11000010 | 1010101 | 101111 |
Color Harmonies of #12ACDC
Complementary color
Monochromatic Colors of #12ACDC
Black with #12ACDC
Text Example
Text Example
White with #12ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACDC; }
p { color: rgb(18,172,220); }
H1.HeaderClassName
{
color: #12ACDC;
}
.AnyTagClassName
{
color: #12ACDC;
}
</style>
background-color css
<style>
a { background-color: #12ACDC; }
a { background-color: rgb(18,172,220); }
div.DivClassName
{
background-color: #12ACDC;
}
.BgClassName
{
background-color: #12ACDC;
}
</style>
border-color css
<style>
span { border-color: #12ACDC; }
span { border-color: rgb(18,172,220); }
td.TdClassName
{
border-color: #12ACDC;
}
.TagClassName
{
border-color: #12ACDC;
}
</style>