Shades of Iris Blue #10AAE5
Tints of Iris Blue #10AAE5
RGB
CMYK
RGB Variations
Color information
#10AAE5 (or 0x10AAE5) is known color: Iris Blue. HEX triplet: 10, AA and E5. RGB value is (16,170,229). Sum of RGB (Red+Green+Blue) = 16+170+229=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #10AAE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAE5 is #EF551A. Grayscale: #828282. Windows color (decimal): -15684891 or 15051280. OLE color: 15051280.
HSL color Cylindrical-coordinate representation of color #10AAE5: hue angle of 196.62º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AAE5 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 170 | 229 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.10 |
| HSL | 196.62º | 0.87% | 0.48% | - |
| HSV(B) | 196.62º | 0.93% | 0.9% | - |
| XYZ | 28.73 | 34.52 | 79.28 | - |
| YUV | 130.68 | 183.48 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 229 | 0.93 | 0.26 | 0 | 0.10 | 196.62 | 0.87 | 0.48 |
| Hex | 10 | AA | E5 | 5D | 1A | 0 | A | C5 | 57 | 30 |
| Octal | 20 | 252 | 345 | 135 | 32 | 0 | 12 | 305 | 127 | 60 |
| Binary | 10000 | 10101010 | 11100101 | 1011101 | 11010 | 0 | 1010 | 11000101 | 1010111 | 110000 |
Color Harmonies of #10AAE5
Complementary color
Monochromatic Colors of #10AAE5
Black with #10AAE5
Text Example
Text Example
White with #10AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AAE5; }
p { color: rgb(16,170,229); }
H1.HeaderClassName
{
color: #10AAE5;
}
.AnyTagClassName
{
color: #10AAE5;
}
</style>
background-color css
<style>
a { background-color: #10AAE5; }
a { background-color: rgb(16,170,229); }
div.DivClassName
{
background-color: #10AAE5;
}
.BgClassName
{
background-color: #10AAE5;
}
</style>
border-color css
<style>
span { border-color: #10AAE5; }
span { border-color: rgb(16,170,229); }
td.TdClassName
{
border-color: #10AAE5;
}
.TagClassName
{
border-color: #10AAE5;
}
</style>