Shades of Iris Blue #05AAE4
Tints of Iris Blue #05AAE4
RGB
CMYK
RGB Variations
Color information
#05AAE4 (or 0x05AAE4) is known color: Iris Blue. HEX triplet: 05, AA and E4. RGB value is (5,170,228). Sum of RGB (Red+Green+Blue) = 5+170+228=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #05AAE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAE4 is #FA551B. Grayscale: #7E7E7E. Windows color (decimal): -16405788 or 14985733. OLE color: 14985733.
HSL color Cylindrical-coordinate representation of color #05AAE4: hue angle of 195.61º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAE4 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 170 | 228 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.11 |
| HSL | 195.61º | 0.96% | 0.46% | - |
| HSV(B) | 195.61º | 0.98% | 0.89% | - |
| XYZ | 28.44 | 34.38 | 78.54 | - |
| YUV | 127.28 | 184.84 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 228 | 0.98 | 0.25 | 0 | 0.11 | 195.61 | 0.96 | 0.46 |
| Hex | 5 | AA | E4 | 62 | 19 | 0 | B | C4 | 60 | 2E |
| Octal | 5 | 252 | 344 | 142 | 31 | 0 | 13 | 304 | 140 | 56 |
| Binary | 101 | 10101010 | 11100100 | 1100010 | 11001 | 0 | 1011 | 11000100 | 1100000 | 101110 |
Color Harmonies of #05AAE4
Complementary color
Monochromatic Colors of #05AAE4
Black with #05AAE4
Text Example
Text Example
White with #05AAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAE4; }
p { color: rgb(5,170,228); }
H1.HeaderClassName
{
color: #05AAE4;
}
.AnyTagClassName
{
color: #05AAE4;
}
</style>
background-color css
<style>
a { background-color: #05AAE4; }
a { background-color: rgb(5,170,228); }
div.DivClassName
{
background-color: #05AAE4;
}
.BgClassName
{
background-color: #05AAE4;
}
</style>
border-color css
<style>
span { border-color: #05AAE4; }
span { border-color: rgb(5,170,228); }
td.TdClassName
{
border-color: #05AAE4;
}
.TagClassName
{
border-color: #05AAE4;
}
</style>