Shades of Iris Blue #10AAC2
Tints of Iris Blue #10AAC2
RGB
CMYK
RGB Variations
Color information
#10AAC2 (or 0x10AAC2) is known color: Iris Blue. HEX triplet: 10, AA and C2. RGB value is (16,170,194). Sum of RGB (Red+Green+Blue) = 16+170+194=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 194 (76.17% from 255 or 51.05% from 380); Max value from RGB is 194 - color contains mainly: blue. Hex color #10AAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAC2 is #EF553D. Grayscale: #7E7E7E. Windows color (decimal): -15684926 or 12757520. OLE color: 12757520.
HSL color Cylindrical-coordinate representation of color #10AAC2: hue angle of 188.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AAC2 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 170 | 194 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.24 |
| HSL | 188.09º | 0.85% | 0.41% | - |
| HSV(B) | 188.09º | 0.92% | 0.76% | - |
| XYZ | 24.33 | 32.75 | 56.08 | - |
| YUV | 126.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 194 | 0.92 | 0.12 | 0 | 0.24 | 188.09 | 0.85 | 0.41 |
| Hex | 10 | AA | C2 | 5C | C | 0 | 18 | BC | 55 | 29 |
| Octal | 20 | 252 | 302 | 134 | 14 | 0 | 30 | 274 | 125 | 51 |
| Binary | 10000 | 10101010 | 11000010 | 1011100 | 1100 | 0 | 11000 | 10111100 | 1010101 | 101001 |
Color Harmonies of #10AAC2
Complementary color
Monochromatic Colors of #10AAC2
Black with #10AAC2
Text Example
Text Example
White with #10AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAC2; }
p { color: rgb(16,170,194); }
H1.HeaderClassName
{
color: #10AAC2;
}
.AnyTagClassName
{
color: #10AAC2;
}
</style>
background-color css
<style>
a { background-color: #10AAC2; }
a { background-color: rgb(16,170,194); }
div.DivClassName
{
background-color: #10AAC2;
}
.BgClassName
{
background-color: #10AAC2;
}
</style>
border-color css
<style>
span { border-color: #10AAC2; }
span { border-color: rgb(16,170,194); }
td.TdClassName
{
border-color: #10AAC2;
}
.TagClassName
{
border-color: #10AAC2;
}
</style>