Shades of Iris Blue #04AABF
Tints of Iris Blue #04AABF
RGB
CMYK
RGB Variations
Color information
#04AABF (or 0x04AABF) is known color: Iris Blue. HEX triplet: 04, AA and BF. RGB value is (4,170,191). Sum of RGB (Red+Green+Blue) = 4+170+191=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #04AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AABF is #FB5540. Grayscale: #7A7A7A. Windows color (decimal): -16471361 or 12560900. OLE color: 12560900.
HSL color Cylindrical-coordinate representation of color #04AABF: hue angle of 186.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AABF is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 170 | 191 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.25 |
| HSL | 186.74º | 0.96% | 0.38% | - |
| HSV(B) | 186.74º | 0.98% | 0.75% | - |
| XYZ | 23.83 | 32.54 | 54.31 | - |
| YUV | 122.76 | 166.5 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 191 | 0.98 | 0.11 | 0 | 0.25 | 186.74 | 0.96 | 0.38 |
| Hex | 4 | AA | BF | 62 | B | 0 | 19 | BB | 60 | 26 |
| Octal | 4 | 252 | 277 | 142 | 13 | 0 | 31 | 273 | 140 | 46 |
| Binary | 100 | 10101010 | 10111111 | 1100010 | 1011 | 0 | 11001 | 10111011 | 1100000 | 100110 |
Color Harmonies of #04AABF
Complementary color
Monochromatic Colors of #04AABF
Black with #04AABF
Text Example
Text Example
White with #04AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AABF; }
p { color: rgb(4,170,191); }
H1.HeaderClassName
{
color: #04AABF;
}
.AnyTagClassName
{
color: #04AABF;
}
</style>
background-color css
<style>
a { background-color: #04AABF; }
a { background-color: rgb(4,170,191); }
div.DivClassName
{
background-color: #04AABF;
}
.BgClassName
{
background-color: #04AABF;
}
</style>
border-color css
<style>
span { border-color: #04AABF; }
span { border-color: rgb(4,170,191); }
td.TdClassName
{
border-color: #04AABF;
}
.TagClassName
{
border-color: #04AABF;
}
</style>