Shades of Iris Blue #12ADC2
Tints of Iris Blue #12ADC2
RGB
CMYK
RGB Variations
Color information
#12ADC2 (or 0x12ADC2) is known color: Iris Blue. HEX triplet: 12, AD and C2. RGB value is (18,173,194). Sum of RGB (Red+Green+Blue) = 18+173+194=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #12ADC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADC2 is #ED523D. Grayscale: #808080. Windows color (decimal): -15553086 or 12758290. OLE color: 12758290.
HSL color Cylindrical-coordinate representation of color #12ADC2: hue angle of 187.16º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ADC2 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 173 | 194 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.24 |
| HSL | 187.16º | 0.83% | 0.42% | - |
| HSV(B) | 187.16º | 0.91% | 0.76% | - |
| XYZ | 24.93 | 33.91 | 56.27 | - |
| YUV | 129.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 194 | 0.91 | 0.11 | 0 | 0.24 | 187.16 | 0.83 | 0.42 |
| Hex | 12 | AD | C2 | 5B | B | 0 | 18 | BB | 53 | 2A |
| Octal | 22 | 255 | 302 | 133 | 13 | 0 | 30 | 273 | 123 | 52 |
| Binary | 10010 | 10101101 | 11000010 | 1011011 | 1011 | 0 | 11000 | 10111011 | 1010011 | 101010 |
Color Harmonies of #12ADC2
Complementary color
Monochromatic Colors of #12ADC2
Black with #12ADC2
Text Example
Text Example
White with #12ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADC2; }
p { color: rgb(18,173,194); }
H1.HeaderClassName
{
color: #12ADC2;
}
.AnyTagClassName
{
color: #12ADC2;
}
</style>
background-color css
<style>
a { background-color: #12ADC2; }
a { background-color: rgb(18,173,194); }
div.DivClassName
{
background-color: #12ADC2;
}
.BgClassName
{
background-color: #12ADC2;
}
</style>
border-color css
<style>
span { border-color: #12ADC2; }
span { border-color: rgb(18,173,194); }
td.TdClassName
{
border-color: #12ADC2;
}
.TagClassName
{
border-color: #12ADC2;
}
</style>