Shades of Iris Blue #12ADB9
Tints of Iris Blue #12ADB9
RGB
CMYK
RGB Variations
Color information
#12ADB9 (or 0x12ADB9) is known color: Iris Blue. HEX triplet: 12, AD and B9. RGB value is (18,173,185). Sum of RGB (Red+Green+Blue) = 18+173+185=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #12ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADB9 is #ED5246. Grayscale: #7F7F7F. Windows color (decimal): -15553095 or 12168466. OLE color: 12168466.
HSL color Cylindrical-coordinate representation of color #12ADB9: hue angle of 184.31º 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 #12ADB9 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 173 | 185 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.27 |
| HSL | 184.31º | 0.82% | 0.4% | - |
| HSV(B) | 184.31º | 0.9% | 0.73% | - |
| XYZ | 23.95 | 33.52 | 51.11 | - |
| YUV | 128.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 185 | 0.90 | 0.06 | 0 | 0.27 | 184.31 | 0.82 | 0.4 |
| Hex | 12 | AD | B9 | 5A | 6 | 0 | 1B | B8 | 52 | 28 |
| Octal | 22 | 255 | 271 | 132 | 6 | 0 | 33 | 270 | 122 | 50 |
| Binary | 10010 | 10101101 | 10111001 | 1011010 | 110 | 0 | 11011 | 10111000 | 1010010 | 101000 |
Color Harmonies of #12ADB9
Complementary color
Monochromatic Colors of #12ADB9
Black with #12ADB9
Text Example
Text Example
White with #12ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADB9; }
p { color: rgb(18,173,185); }
H1.HeaderClassName
{
color: #12ADB9;
}
.AnyTagClassName
{
color: #12ADB9;
}
</style>
background-color css
<style>
a { background-color: #12ADB9; }
a { background-color: rgb(18,173,185); }
div.DivClassName
{
background-color: #12ADB9;
}
.BgClassName
{
background-color: #12ADB9;
}
</style>
border-color css
<style>
span { border-color: #12ADB9; }
span { border-color: rgb(18,173,185); }
td.TdClassName
{
border-color: #12ADB9;
}
.TagClassName
{
border-color: #12ADB9;
}
</style>