Shades of Iris Blue #10AAD7
Tints of Iris Blue #10AAD7
RGB
CMYK
RGB Variations
Color information
#10AAD7 (or 0x10AAD7) is known color: Iris Blue. HEX triplet: 10, AA and D7. RGB value is (16,170,215). Sum of RGB (Red+Green+Blue) = 16+170+215=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #10AAD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAD7 is #EF5528. Grayscale: #808080. Windows color (decimal): -15684905 or 14133776. OLE color: 14133776.
HSL color Cylindrical-coordinate representation of color #10AAD7: hue angle of 193.57º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AAD7 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 170 | 215 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.16 |
| HSL | 193.57º | 0.86% | 0.45% | - |
| HSV(B) | 193.57º | 0.93% | 0.84% | - |
| XYZ | 26.85 | 33.77 | 69.39 | - |
| YUV | 129.08 | 176.48 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 215 | 0.93 | 0.21 | 0 | 0.16 | 193.57 | 0.86 | 0.45 |
| Hex | 10 | AA | D7 | 5D | 15 | 0 | 10 | C2 | 56 | 2D |
| Octal | 20 | 252 | 327 | 135 | 25 | 0 | 20 | 302 | 126 | 55 |
| Binary | 10000 | 10101010 | 11010111 | 1011101 | 10101 | 0 | 10000 | 11000010 | 1010110 | 101101 |
Color Harmonies of #10AAD7
Complementary color
Monochromatic Colors of #10AAD7
Black with #10AAD7
Text Example
Text Example
White with #10AAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAD7; }
p { color: rgb(16,170,215); }
H1.HeaderClassName
{
color: #10AAD7;
}
.AnyTagClassName
{
color: #10AAD7;
}
</style>
background-color css
<style>
a { background-color: #10AAD7; }
a { background-color: rgb(16,170,215); }
div.DivClassName
{
background-color: #10AAD7;
}
.BgClassName
{
background-color: #10AAD7;
}
</style>
border-color css
<style>
span { border-color: #10AAD7; }
span { border-color: rgb(16,170,215); }
td.TdClassName
{
border-color: #10AAD7;
}
.TagClassName
{
border-color: #10AAD7;
}
</style>