Shades of Iris Blue #12ADBA
Tints of Iris Blue #12ADBA
RGB
CMYK
RGB Variations
Color information
#12ADBA (or 0x12ADBA) is known color: Iris Blue. HEX triplet: 12, AD and BA. RGB value is (18,173,186). Sum of RGB (Red+Green+Blue) = 18+173+186=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #12ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADBA is #ED5245. Grayscale: #7F7F7F. Windows color (decimal): -15553094 or 12234002. OLE color: 12234002.
HSL color Cylindrical-coordinate representation of color #12ADBA: hue angle of 184.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12ADBA is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 173 | 186 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.27 |
| HSL | 184.64º | 0.82% | 0.4% | - |
| HSV(B) | 184.64º | 0.9% | 0.73% | - |
| XYZ | 24.06 | 33.56 | 51.66 | - |
| YUV | 128.14 | 160.65 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 186 | 0.90 | 0.07 | 0 | 0.27 | 184.64 | 0.82 | 0.4 |
| Hex | 12 | AD | BA | 5A | 7 | 0 | 1B | B9 | 52 | 28 |
| Octal | 22 | 255 | 272 | 132 | 7 | 0 | 33 | 271 | 122 | 50 |
| Binary | 10010 | 10101101 | 10111010 | 1011010 | 111 | 0 | 11011 | 10111001 | 1010010 | 101000 |
Color Harmonies of #12ADBA
Complementary color
Monochromatic Colors of #12ADBA
Black with #12ADBA
Text Example
Text Example
White with #12ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADBA; }
p { color: rgb(18,173,186); }
H1.HeaderClassName
{
color: #12ADBA;
}
.AnyTagClassName
{
color: #12ADBA;
}
</style>
background-color css
<style>
a { background-color: #12ADBA; }
a { background-color: rgb(18,173,186); }
div.DivClassName
{
background-color: #12ADBA;
}
.BgClassName
{
background-color: #12ADBA;
}
</style>
border-color css
<style>
span { border-color: #12ADBA; }
span { border-color: rgb(18,173,186); }
td.TdClassName
{
border-color: #12ADBA;
}
.TagClassName
{
border-color: #12ADBA;
}
</style>