Shades of Iris Blue #10AAB9
Tints of Iris Blue #10AAB9
RGB
CMYK
RGB Variations
Color information
#10AAB9 (or 0x10AAB9) is known color: Iris Blue. HEX triplet: 10, AA and B9. RGB value is (16,170,185). Sum of RGB (Red+Green+Blue) = 16+170+185=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #10AAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAB9 is #EF5546. Grayscale: #7D7D7D. Windows color (decimal): -15684935 or 12167696. OLE color: 12167696.
HSL color Cylindrical-coordinate representation of color #10AAB9: hue angle of 185.33º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AAB9 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 170 | 185 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.27 |
| HSL | 185.33º | 0.84% | 0.39% | - |
| HSV(B) | 185.33º | 0.91% | 0.73% | - |
| XYZ | 23.35 | 32.36 | 50.92 | - |
| YUV | 125.66 | 161.48 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 185 | 0.91 | 0.08 | 0 | 0.27 | 185.33 | 0.84 | 0.39 |
| Hex | 10 | AA | B9 | 5B | 8 | 0 | 1B | B9 | 54 | 27 |
| Octal | 20 | 252 | 271 | 133 | 10 | 0 | 33 | 271 | 124 | 47 |
| Binary | 10000 | 10101010 | 10111001 | 1011011 | 1000 | 0 | 11011 | 10111001 | 1010100 | 100111 |
Color Harmonies of #10AAB9
Complementary color
Monochromatic Colors of #10AAB9
Black with #10AAB9
Text Example
Text Example
White with #10AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAB9; }
p { color: rgb(16,170,185); }
H1.HeaderClassName
{
color: #10AAB9;
}
.AnyTagClassName
{
color: #10AAB9;
}
</style>
background-color css
<style>
a { background-color: #10AAB9; }
a { background-color: rgb(16,170,185); }
div.DivClassName
{
background-color: #10AAB9;
}
.BgClassName
{
background-color: #10AAB9;
}
</style>
border-color css
<style>
span { border-color: #10AAB9; }
span { border-color: rgb(16,170,185); }
td.TdClassName
{
border-color: #10AAB9;
}
.TagClassName
{
border-color: #10AAB9;
}
</style>