Shades of Iris Blue #10AAD6
Tints of Iris Blue #10AAD6
RGB
CMYK
RGB Variations
Color information
#10AAD6 (or 0x10AAD6) is known color: Iris Blue. HEX triplet: 10, AA and D6. RGB value is (16,170,214). Sum of RGB (Red+Green+Blue) = 16+170+214=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #10AAD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAD6 is #EF5529. Grayscale: #808080. Windows color (decimal): -15684906 or 14068240. OLE color: 14068240.
HSL color Cylindrical-coordinate representation of color #10AAD6: hue angle of 193.33º 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 #10AAD6 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 170 | 214 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.16 |
| HSL | 193.33º | 0.86% | 0.45% | - |
| HSV(B) | 193.33º | 0.93% | 0.84% | - |
| XYZ | 26.73 | 33.71 | 68.72 | - |
| YUV | 128.97 | 175.98 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 214 | 0.93 | 0.21 | 0 | 0.16 | 193.33 | 0.86 | 0.45 |
| Hex | 10 | AA | D6 | 5D | 15 | 0 | 10 | C1 | 56 | 2D |
| Octal | 20 | 252 | 326 | 135 | 25 | 0 | 20 | 301 | 126 | 55 |
| Binary | 10000 | 10101010 | 11010110 | 1011101 | 10101 | 0 | 10000 | 11000001 | 1010110 | 101101 |
Color Harmonies of #10AAD6
Complementary color
Monochromatic Colors of #10AAD6
Black with #10AAD6
Text Example
Text Example
White with #10AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAD6; }
p { color: rgb(16,170,214); }
H1.HeaderClassName
{
color: #10AAD6;
}
.AnyTagClassName
{
color: #10AAD6;
}
</style>
background-color css
<style>
a { background-color: #10AAD6; }
a { background-color: rgb(16,170,214); }
div.DivClassName
{
background-color: #10AAD6;
}
.BgClassName
{
background-color: #10AAD6;
}
</style>
border-color css
<style>
span { border-color: #10AAD6; }
span { border-color: rgb(16,170,214); }
td.TdClassName
{
border-color: #10AAD6;
}
.TagClassName
{
border-color: #10AAD6;
}
</style>