Shades of Iris Blue #12ACDA
Tints of Iris Blue #12ACDA
RGB
CMYK
RGB Variations
Color information
#12ACDA (or 0x12ACDA) is known color: Iris Blue. HEX triplet: 12, AC and DA. RGB value is (18,172,218). Sum of RGB (Red+Green+Blue) = 18+172+218=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #12ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACDA is #ED5325. Grayscale: #828282. Windows color (decimal): -15553318 or 14330898. OLE color: 14330898.
HSL color Cylindrical-coordinate representation of color #12ACDA: hue angle of 193.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ACDA is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 172 | 218 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.15 |
| HSL | 193.8º | 0.85% | 0.46% | - |
| HSV(B) | 193.8º | 0.92% | 0.85% | - |
| XYZ | 27.66 | 34.7 | 71.57 | - |
| YUV | 131.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 218 | 0.92 | 0.21 | 0 | 0.15 | 193.8 | 0.85 | 0.46 |
| Hex | 12 | AC | DA | 5C | 15 | 0 | F | C2 | 55 | 2E |
| Octal | 22 | 254 | 332 | 134 | 25 | 0 | 17 | 302 | 125 | 56 |
| Binary | 10010 | 10101100 | 11011010 | 1011100 | 10101 | 0 | 1111 | 11000010 | 1010101 | 101110 |
Color Harmonies of #12ACDA
Complementary color
Monochromatic Colors of #12ACDA
Black with #12ACDA
Text Example
Text Example
White with #12ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACDA; }
p { color: rgb(18,172,218); }
H1.HeaderClassName
{
color: #12ACDA;
}
.AnyTagClassName
{
color: #12ACDA;
}
</style>
background-color css
<style>
a { background-color: #12ACDA; }
a { background-color: rgb(18,172,218); }
div.DivClassName
{
background-color: #12ACDA;
}
.BgClassName
{
background-color: #12ACDA;
}
</style>
border-color css
<style>
span { border-color: #12ACDA; }
span { border-color: rgb(18,172,218); }
td.TdClassName
{
border-color: #12ACDA;
}
.TagClassName
{
border-color: #12ACDA;
}
</style>