Shades of Iris Blue #10AADA
Tints of Iris Blue #10AADA
RGB
CMYK
RGB Variations
Color information
#10AADA (or 0x10AADA) is known color: Iris Blue. HEX triplet: 10, AA and DA. RGB value is (16,170,218). Sum of RGB (Red+Green+Blue) = 16+170+218=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #10AADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AADA is #EF5525. Grayscale: #818181. Windows color (decimal): -15684902 or 14330384. OLE color: 14330384.
HSL color Cylindrical-coordinate representation of color #10AADA: hue angle of 194.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AADA is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 170 | 218 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.15 |
| HSL | 194.26º | 0.86% | 0.46% | - |
| HSV(B) | 194.26º | 0.93% | 0.85% | - |
| XYZ | 27.24 | 33.92 | 71.44 | - |
| YUV | 129.43 | 177.98 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 218 | 0.93 | 0.22 | 0 | 0.15 | 194.26 | 0.86 | 0.46 |
| Hex | 10 | AA | DA | 5D | 16 | 0 | F | C2 | 56 | 2E |
| Octal | 20 | 252 | 332 | 135 | 26 | 0 | 17 | 302 | 126 | 56 |
| Binary | 10000 | 10101010 | 11011010 | 1011101 | 10110 | 0 | 1111 | 11000010 | 1010110 | 101110 |
Color Harmonies of #10AADA
Complementary color
Monochromatic Colors of #10AADA
Black with #10AADA
Text Example
Text Example
White with #10AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AADA; }
p { color: rgb(16,170,218); }
H1.HeaderClassName
{
color: #10AADA;
}
.AnyTagClassName
{
color: #10AADA;
}
</style>
background-color css
<style>
a { background-color: #10AADA; }
a { background-color: rgb(16,170,218); }
div.DivClassName
{
background-color: #10AADA;
}
.BgClassName
{
background-color: #10AADA;
}
</style>
border-color css
<style>
span { border-color: #10AADA; }
span { border-color: rgb(16,170,218); }
td.TdClassName
{
border-color: #10AADA;
}
.TagClassName
{
border-color: #10AADA;
}
</style>