Shades of Iris Blue #10AACA
Tints of Iris Blue #10AACA
RGB
CMYK
RGB Variations
Color information
#10AACA (or 0x10AACA) is known color: Iris Blue. HEX triplet: 10, AA and CA. RGB value is (16,170,202). Sum of RGB (Red+Green+Blue) = 16+170+202=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #10AACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AACA is #EF5535. Grayscale: #7F7F7F. Windows color (decimal): -15684918 or 13281808. OLE color: 13281808.
HSL color Cylindrical-coordinate representation of color #10AACA: hue angle of 190.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AACA is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 170 | 202 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.21 |
| HSL | 190.32º | 0.85% | 0.43% | - |
| HSV(B) | 190.32º | 0.92% | 0.79% | - |
| XYZ | 25.25 | 33.12 | 60.94 | - |
| YUV | 127.6 | 169.98 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 202 | 0.92 | 0.16 | 0 | 0.21 | 190.32 | 0.85 | 0.43 |
| Hex | 10 | AA | CA | 5C | 10 | 0 | 15 | BE | 55 | 2B |
| Octal | 20 | 252 | 312 | 134 | 20 | 0 | 25 | 276 | 125 | 53 |
| Binary | 10000 | 10101010 | 11001010 | 1011100 | 10000 | 0 | 10101 | 10111110 | 1010101 | 101011 |
Color Harmonies of #10AACA
Complementary color
Monochromatic Colors of #10AACA
Black with #10AACA
Text Example
Text Example
White with #10AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AACA; }
p { color: rgb(16,170,202); }
H1.HeaderClassName
{
color: #10AACA;
}
.AnyTagClassName
{
color: #10AACA;
}
</style>
background-color css
<style>
a { background-color: #10AACA; }
a { background-color: rgb(16,170,202); }
div.DivClassName
{
background-color: #10AACA;
}
.BgClassName
{
background-color: #10AACA;
}
</style>
border-color css
<style>
span { border-color: #10AACA; }
span { border-color: rgb(16,170,202); }
td.TdClassName
{
border-color: #10AACA;
}
.TagClassName
{
border-color: #10AACA;
}
</style>