Shades of Iris Blue #04AAE5
Tints of Iris Blue #04AAE5
RGB
CMYK
RGB Variations
Color information
#04AAE5 (or 0x04AAE5) is known color: Iris Blue. HEX triplet: 04, AA and E5. RGB value is (4,170,229). Sum of RGB (Red+Green+Blue) = 4+170+229=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #04AAE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AAE5 is #FB551A. Grayscale: #7E7E7E. Windows color (decimal): -16471323 or 15051268. OLE color: 15051268.
HSL color Cylindrical-coordinate representation of color #04AAE5: hue angle of 195.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AAE5 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 170 | 229 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.10 |
| HSL | 195.73º | 0.97% | 0.46% | - |
| HSV(B) | 195.73º | 0.98% | 0.9% | - |
| XYZ | 28.57 | 34.43 | 79.27 | - |
| YUV | 127.09 | 185.5 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 229 | 0.98 | 0.26 | 0 | 0.10 | 195.73 | 0.97 | 0.46 |
| Hex | 4 | AA | E5 | 62 | 1A | 0 | A | C4 | 61 | 2E |
| Octal | 4 | 252 | 345 | 142 | 32 | 0 | 12 | 304 | 141 | 56 |
| Binary | 100 | 10101010 | 11100101 | 1100010 | 11010 | 0 | 1010 | 11000100 | 1100001 | 101110 |
Color Harmonies of #04AAE5
Complementary color
Monochromatic Colors of #04AAE5
Black with #04AAE5
Text Example
Text Example
White with #04AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAE5; }
p { color: rgb(4,170,229); }
H1.HeaderClassName
{
color: #04AAE5;
}
.AnyTagClassName
{
color: #04AAE5;
}
</style>
background-color css
<style>
a { background-color: #04AAE5; }
a { background-color: rgb(4,170,229); }
div.DivClassName
{
background-color: #04AAE5;
}
.BgClassName
{
background-color: #04AAE5;
}
</style>
border-color css
<style>
span { border-color: #04AAE5; }
span { border-color: rgb(4,170,229); }
td.TdClassName
{
border-color: #04AAE5;
}
.TagClassName
{
border-color: #04AAE5;
}
</style>