Shades of Iris Blue #04AAC5
Tints of Iris Blue #04AAC5
RGB
CMYK
RGB Variations
Color information
#04AAC5 (or 0x04AAC5) is known color: Iris Blue. HEX triplet: 04, AA and C5. RGB value is (4,170,197). Sum of RGB (Red+Green+Blue) = 4+170+197=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #04AAC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AAC5 is #FB553A. Grayscale: #7B7B7B. Windows color (decimal): -16471355 or 12954116. OLE color: 12954116.
HSL color Cylindrical-coordinate representation of color #04AAC5: hue angle of 188.39º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AAC5 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 170 | 197 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.23 |
| HSL | 188.39º | 0.96% | 0.39% | - |
| HSV(B) | 188.39º | 0.98% | 0.77% | - |
| XYZ | 24.5 | 32.81 | 57.86 | - |
| YUV | 123.44 | 169.5 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 197 | 0.98 | 0.14 | 0 | 0.23 | 188.39 | 0.96 | 0.39 |
| Hex | 4 | AA | C5 | 62 | E | 0 | 17 | BC | 60 | 27 |
| Octal | 4 | 252 | 305 | 142 | 16 | 0 | 27 | 274 | 140 | 47 |
| Binary | 100 | 10101010 | 11000101 | 1100010 | 1110 | 0 | 10111 | 10111100 | 1100000 | 100111 |
Color Harmonies of #04AAC5
Complementary color
Monochromatic Colors of #04AAC5
Black with #04AAC5
Text Example
Text Example
White with #04AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAC5; }
p { color: rgb(4,170,197); }
H1.HeaderClassName
{
color: #04AAC5;
}
.AnyTagClassName
{
color: #04AAC5;
}
</style>
background-color css
<style>
a { background-color: #04AAC5; }
a { background-color: rgb(4,170,197); }
div.DivClassName
{
background-color: #04AAC5;
}
.BgClassName
{
background-color: #04AAC5;
}
</style>
border-color css
<style>
span { border-color: #04AAC5; }
span { border-color: rgb(4,170,197); }
td.TdClassName
{
border-color: #04AAC5;
}
.TagClassName
{
border-color: #04AAC5;
}
</style>