Shades of Iris Blue #10AAD0
Tints of Iris Blue #10AAD0
RGB
CMYK
RGB Variations
Color information
#10AAD0 (or 0x10AAD0) is known color: Iris Blue. HEX triplet: 10, AA and D0. RGB value is (16,170,208). Sum of RGB (Red+Green+Blue) = 16+170+208=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #10AAD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAD0 is #EF552F. Grayscale: #7F7F7F. Windows color (decimal): -15684912 or 13675024. OLE color: 13675024.
HSL color Cylindrical-coordinate representation of color #10AAD0: hue angle of 191.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AAD0 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 170 | 208 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.18 |
| HSL | 191.88º | 0.86% | 0.44% | - |
| HSV(B) | 191.88º | 0.92% | 0.82% | - |
| XYZ | 25.97 | 33.41 | 64.76 | - |
| YUV | 128.29 | 172.98 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 208 | 0.92 | 0.18 | 0 | 0.18 | 191.88 | 0.86 | 0.44 |
| Hex | 10 | AA | D0 | 5C | 12 | 0 | 12 | C0 | 56 | 2C |
| Octal | 20 | 252 | 320 | 134 | 22 | 0 | 22 | 300 | 126 | 54 |
| Binary | 10000 | 10101010 | 11010000 | 1011100 | 10010 | 0 | 10010 | 11000000 | 1010110 | 101100 |
Color Harmonies of #10AAD0
Complementary color
Monochromatic Colors of #10AAD0
Black with #10AAD0
Text Example
Text Example
White with #10AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAD0; }
p { color: rgb(16,170,208); }
H1.HeaderClassName
{
color: #10AAD0;
}
.AnyTagClassName
{
color: #10AAD0;
}
</style>
background-color css
<style>
a { background-color: #10AAD0; }
a { background-color: rgb(16,170,208); }
div.DivClassName
{
background-color: #10AAD0;
}
.BgClassName
{
background-color: #10AAD0;
}
</style>
border-color css
<style>
span { border-color: #10AAD0; }
span { border-color: rgb(16,170,208); }
td.TdClassName
{
border-color: #10AAD0;
}
.TagClassName
{
border-color: #10AAD0;
}
</style>