Shades of Iris Blue #04B8AF
Tints of Iris Blue #04B8AF
RGB
CMYK
RGB Variations
Color information
#04B8AF (or 0x04B8AF) is known color: Iris Blue. HEX triplet: 04, B8 and AF. RGB value is (4,184,175). Sum of RGB (Red+Green+Blue) = 4+184+175=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #04B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B8AF is #FB4750. Grayscale: #818181. Windows color (decimal): -16467793 or 11515908. OLE color: 11515908.
HSL color Cylindrical-coordinate representation of color #04B8AF: hue angle of 177º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8AF is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 175 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.28 |
| HSL | 177º | 0.96% | 0.37% | - |
| HSV(B) | 177º | 0.98% | 0.72% | - |
| XYZ | 24.93 | 37.4 | 46.46 | - |
| YUV | 129.15 | 153.87 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 175 | 0.98 | 0 | 0.05 | 0.28 | 177 | 0.96 | 0.37 |
| Hex | 4 | B8 | AF | 62 | 0 | 5 | 1C | B1 | 60 | 25 |
| Octal | 4 | 270 | 257 | 142 | 0 | 5 | 34 | 261 | 140 | 45 |
| Binary | 100 | 10111000 | 10101111 | 1100010 | 0 | 101 | 11100 | 10110001 | 1100000 | 100101 |
Color Harmonies of #04B8AF
Complementary color
Monochromatic Colors of #04B8AF
Black with #04B8AF
Text Example
Text Example
White with #04B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8AF; }
p { color: rgb(4,184,175); }
H1.HeaderClassName
{
color: #04B8AF;
}
.AnyTagClassName
{
color: #04B8AF;
}
</style>
background-color css
<style>
a { background-color: #04B8AF; }
a { background-color: rgb(4,184,175); }
div.DivClassName
{
background-color: #04B8AF;
}
.BgClassName
{
background-color: #04B8AF;
}
</style>
border-color css
<style>
span { border-color: #04B8AF; }
span { border-color: rgb(4,184,175); }
td.TdClassName
{
border-color: #04B8AF;
}
.TagClassName
{
border-color: #04B8AF;
}
</style>