Shades of Iris Blue #04AAE4
Tints of Iris Blue #04AAE4
RGB
CMYK
RGB Variations
Color information
#04AAE4 (or 0x04AAE4) is known color: Iris Blue. HEX triplet: 04, AA and E4. RGB value is (4,170,228). Sum of RGB (Red+Green+Blue) = 4+170+228=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 228 (89.45% from 255 or 56.72% from 402); Max value from RGB is 228 - color contains mainly: blue. Hex color #04AAE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AAE4 is #FB551B. Grayscale: #7E7E7E. Windows color (decimal): -16471324 or 14985732. OLE color: 14985732.
HSL color Cylindrical-coordinate representation of color #04AAE4: hue angle of 195.54º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AAE4 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 170 | 228 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.11 |
| HSL | 195.54º | 0.97% | 0.45% | - |
| HSV(B) | 195.54º | 0.98% | 0.89% | - |
| XYZ | 28.43 | 34.38 | 78.54 | - |
| YUV | 126.98 | 185 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 228 | 0.98 | 0.25 | 0 | 0.11 | 195.54 | 0.97 | 0.45 |
| Hex | 4 | AA | E4 | 62 | 19 | 0 | B | C4 | 61 | 2D |
| Octal | 4 | 252 | 344 | 142 | 31 | 0 | 13 | 304 | 141 | 55 |
| Binary | 100 | 10101010 | 11100100 | 1100010 | 11001 | 0 | 1011 | 11000100 | 1100001 | 101101 |
Color Harmonies of #04AAE4
Complementary color
Monochromatic Colors of #04AAE4
Black with #04AAE4
Text Example
Text Example
White with #04AAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAE4; }
p { color: rgb(4,170,228); }
H1.HeaderClassName
{
color: #04AAE4;
}
.AnyTagClassName
{
color: #04AAE4;
}
</style>
background-color css
<style>
a { background-color: #04AAE4; }
a { background-color: rgb(4,170,228); }
div.DivClassName
{
background-color: #04AAE4;
}
.BgClassName
{
background-color: #04AAE4;
}
</style>
border-color css
<style>
span { border-color: #04AAE4; }
span { border-color: rgb(4,170,228); }
td.TdClassName
{
border-color: #04AAE4;
}
.TagClassName
{
border-color: #04AAE4;
}
</style>