Shades of Iris Blue #04BAB9
Tints of Iris Blue #04BAB9
RGB
CMYK
RGB Variations
Color information
#04BAB9 (or 0x04BAB9) is known color: Iris Blue. HEX triplet: 04, BA and B9. RGB value is (4,186,185). Sum of RGB (Red+Green+Blue) = 4+186+185=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #04BAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAB9 is #FB4546. Grayscale: #838383. Windows color (decimal): -16467271 or 12171780. OLE color: 12171780.
HSL color Cylindrical-coordinate representation of color #04BAB9: hue angle of 179.67º 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 #04BAB9 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 185 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.27 |
| HSL | 179.67º | 0.96% | 0.37% | - |
| HSV(B) | 179.67º | 0.98% | 0.73% | - |
| XYZ | 26.37 | 38.65 | 51.97 | - |
| YUV | 131.47 | 158.2 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 185 | 0.98 | 0 | 0.01 | 0.27 | 179.67 | 0.96 | 0.37 |
| Hex | 4 | BA | B9 | 62 | 0 | 1 | 1B | B4 | 60 | 25 |
| Octal | 4 | 272 | 271 | 142 | 0 | 1 | 33 | 264 | 140 | 45 |
| Binary | 100 | 10111010 | 10111001 | 1100010 | 0 | 1 | 11011 | 10110100 | 1100000 | 100101 |
Color Harmonies of #04BAB9
Complementary color
Monochromatic Colors of #04BAB9
Black with #04BAB9
Text Example
Text Example
White with #04BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BAB9; }
p { color: rgb(4,186,185); }
H1.HeaderClassName
{
color: #04BAB9;
}
.AnyTagClassName
{
color: #04BAB9;
}
</style>
background-color css
<style>
a { background-color: #04BAB9; }
a { background-color: rgb(4,186,185); }
div.DivClassName
{
background-color: #04BAB9;
}
.BgClassName
{
background-color: #04BAB9;
}
</style>
border-color css
<style>
span { border-color: #04BAB9; }
span { border-color: rgb(4,186,185); }
td.TdClassName
{
border-color: #04BAB9;
}
.TagClassName
{
border-color: #04BAB9;
}
</style>