Shades of Iris Blue #05AAE1
Tints of Iris Blue #05AAE1
RGB
CMYK
RGB Variations
Color information
#05AAE1 (or 0x05AAE1) is known color: Iris Blue. HEX triplet: 05, AA and E1. RGB value is (5,170,225). Sum of RGB (Red+Green+Blue) = 5+170+225=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #05AAE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAE1 is #FA551E. Grayscale: #7E7E7E. Windows color (decimal): -16405791 or 14789125. OLE color: 14789125.
HSL color Cylindrical-coordinate representation of color #05AAE1: hue angle of 195º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAE1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 170 | 225 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.12 |
| HSL | 195º | 0.96% | 0.45% | - |
| HSV(B) | 195º | 0.98% | 0.88% | - |
| XYZ | 28.03 | 34.22 | 76.36 | - |
| YUV | 126.94 | 183.34 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 225 | 0.98 | 0.24 | 0 | 0.12 | 195 | 0.96 | 0.45 |
| Hex | 5 | AA | E1 | 62 | 18 | 0 | C | C3 | 60 | 2D |
| Octal | 5 | 252 | 341 | 142 | 30 | 0 | 14 | 303 | 140 | 55 |
| Binary | 101 | 10101010 | 11100001 | 1100010 | 11000 | 0 | 1100 | 11000011 | 1100000 | 101101 |
Color Harmonies of #05AAE1
Complementary color
Monochromatic Colors of #05AAE1
Black with #05AAE1
Text Example
Text Example
White with #05AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAE1; }
p { color: rgb(5,170,225); }
H1.HeaderClassName
{
color: #05AAE1;
}
.AnyTagClassName
{
color: #05AAE1;
}
</style>
background-color css
<style>
a { background-color: #05AAE1; }
a { background-color: rgb(5,170,225); }
div.DivClassName
{
background-color: #05AAE1;
}
.BgClassName
{
background-color: #05AAE1;
}
</style>
border-color css
<style>
span { border-color: #05AAE1; }
span { border-color: rgb(5,170,225); }
td.TdClassName
{
border-color: #05AAE1;
}
.TagClassName
{
border-color: #05AAE1;
}
</style>