Shades of Iris Blue #04AEBB
Tints of Iris Blue #04AEBB
RGB
CMYK
RGB Variations
Color information
#04AEBB (or 0x04AEBB) is known color: Iris Blue. HEX triplet: 04, AE and BB. RGB value is (4,174,187). Sum of RGB (Red+Green+Blue) = 4+174+187=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #04AEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AEBB is #FB5144. Grayscale: #7C7C7C. Windows color (decimal): -16470341 or 12299780. OLE color: 12299780.
HSL color Cylindrical-coordinate representation of color #04AEBB: hue angle of 184.26º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AEBB is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 174 | 187 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.27 |
| HSL | 184.26º | 0.96% | 0.37% | - |
| HSV(B) | 184.26º | 0.98% | 0.73% | - |
| XYZ | 24.16 | 33.89 | 52.28 | - |
| YUV | 124.65 | 163.18 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 174 | 187 | 0.98 | 0.07 | 0 | 0.27 | 184.26 | 0.96 | 0.37 |
| Hex | 4 | AE | BB | 62 | 7 | 0 | 1B | B8 | 60 | 25 |
| Octal | 4 | 256 | 273 | 142 | 7 | 0 | 33 | 270 | 140 | 45 |
| Binary | 100 | 10101110 | 10111011 | 1100010 | 111 | 0 | 11011 | 10111000 | 1100000 | 100101 |
Color Harmonies of #04AEBB
Complementary color
Monochromatic Colors of #04AEBB
Black with #04AEBB
Text Example
Text Example
White with #04AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AEBB; }
p { color: rgb(4,174,187); }
H1.HeaderClassName
{
color: #04AEBB;
}
.AnyTagClassName
{
color: #04AEBB;
}
</style>
background-color css
<style>
a { background-color: #04AEBB; }
a { background-color: rgb(4,174,187); }
div.DivClassName
{
background-color: #04AEBB;
}
.BgClassName
{
background-color: #04AEBB;
}
</style>
border-color css
<style>
span { border-color: #04AEBB; }
span { border-color: rgb(4,174,187); }
td.TdClassName
{
border-color: #04AEBB;
}
.TagClassName
{
border-color: #04AEBB;
}
</style>