Shades of Iris Blue #10AAC3
Tints of Iris Blue #10AAC3
RGB
CMYK
RGB Variations
Color information
#10AAC3 (or 0x10AAC3) is known color: Iris Blue. HEX triplet: 10, AA and C3. RGB value is (16,170,195). Sum of RGB (Red+Green+Blue) = 16+170+195=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #10AAC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAC3 is #EF553C. Grayscale: #7E7E7E. Windows color (decimal): -15684925 or 12823056. OLE color: 12823056.
HSL color Cylindrical-coordinate representation of color #10AAC3: hue angle of 188.38º 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 #10AAC3 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 170 | 195 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.24 |
| HSL | 188.38º | 0.85% | 0.41% | - |
| HSV(B) | 188.38º | 0.92% | 0.76% | - |
| XYZ | 24.44 | 32.8 | 56.67 | - |
| YUV | 126.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 195 | 0.92 | 0.13 | 0 | 0.24 | 188.38 | 0.85 | 0.41 |
| Hex | 10 | AA | C3 | 5C | D | 0 | 18 | BC | 55 | 29 |
| Octal | 20 | 252 | 303 | 134 | 15 | 0 | 30 | 274 | 125 | 51 |
| Binary | 10000 | 10101010 | 11000011 | 1011100 | 1101 | 0 | 11000 | 10111100 | 1010101 | 101001 |
Color Harmonies of #10AAC3
Complementary color
Monochromatic Colors of #10AAC3
Black with #10AAC3
Text Example
Text Example
White with #10AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAC3; }
p { color: rgb(16,170,195); }
H1.HeaderClassName
{
color: #10AAC3;
}
.AnyTagClassName
{
color: #10AAC3;
}
</style>
background-color css
<style>
a { background-color: #10AAC3; }
a { background-color: rgb(16,170,195); }
div.DivClassName
{
background-color: #10AAC3;
}
.BgClassName
{
background-color: #10AAC3;
}
</style>
border-color css
<style>
span { border-color: #10AAC3; }
span { border-color: rgb(16,170,195); }
td.TdClassName
{
border-color: #10AAC3;
}
.TagClassName
{
border-color: #10AAC3;
}
</style>