Shades of Iris Blue #10AABA
Tints of Iris Blue #10AABA
RGB
CMYK
RGB Variations
Color information
#10AABA (or 0x10AABA) is known color: Iris Blue. HEX triplet: 10, AA and BA. RGB value is (16,170,186). Sum of RGB (Red+Green+Blue) = 16+170+186=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #10AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AABA is #EF5545. Grayscale: #7D7D7D. Windows color (decimal): -15684934 or 12233232. OLE color: 12233232.
HSL color Cylindrical-coordinate representation of color #10AABA: hue angle of 185.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AABA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 170 | 186 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.27 |
| HSL | 185.65º | 0.84% | 0.4% | - |
| HSV(B) | 185.65º | 0.91% | 0.73% | - |
| XYZ | 23.45 | 32.4 | 51.47 | - |
| YUV | 125.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 186 | 0.91 | 0.09 | 0 | 0.27 | 185.65 | 0.84 | 0.4 |
| Hex | 10 | AA | BA | 5B | 9 | 0 | 1B | BA | 54 | 28 |
| Octal | 20 | 252 | 272 | 133 | 11 | 0 | 33 | 272 | 124 | 50 |
| Binary | 10000 | 10101010 | 10111010 | 1011011 | 1001 | 0 | 11011 | 10111010 | 1010100 | 101000 |
Color Harmonies of #10AABA
Complementary color
Monochromatic Colors of #10AABA
Black with #10AABA
Text Example
Text Example
White with #10AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AABA; }
p { color: rgb(16,170,186); }
H1.HeaderClassName
{
color: #10AABA;
}
.AnyTagClassName
{
color: #10AABA;
}
</style>
background-color css
<style>
a { background-color: #10AABA; }
a { background-color: rgb(16,170,186); }
div.DivClassName
{
background-color: #10AABA;
}
.BgClassName
{
background-color: #10AABA;
}
</style>
border-color css
<style>
span { border-color: #10AABA; }
span { border-color: rgb(16,170,186); }
td.TdClassName
{
border-color: #10AABA;
}
.TagClassName
{
border-color: #10AABA;
}
</style>