Shades of Iris Blue #04B8B2
Tints of Iris Blue #04B8B2
RGB
CMYK
RGB Variations
Color information
#04B8B2 (or 0x04B8B2) is known color: Iris Blue. HEX triplet: 04, B8 and B2. RGB value is (4,184,178). Sum of RGB (Red+Green+Blue) = 4+184+178=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #04B8B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B8B2 is #FB474D. Grayscale: #818181. Windows color (decimal): -16467790 or 11712516. OLE color: 11712516.
HSL color Cylindrical-coordinate representation of color #04B8B2: hue angle of 178º 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 #04B8B2 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 178 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.28 |
| HSL | 178º | 0.96% | 0.37% | - |
| HSV(B) | 178º | 0.98% | 0.72% | - |
| XYZ | 25.23 | 37.52 | 48.03 | - |
| YUV | 129.5 | 155.37 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 178 | 0.98 | 0 | 0.03 | 0.28 | 178 | 0.96 | 0.37 |
| Hex | 4 | B8 | B2 | 62 | 0 | 3 | 1C | B2 | 60 | 25 |
| Octal | 4 | 270 | 262 | 142 | 0 | 3 | 34 | 262 | 140 | 45 |
| Binary | 100 | 10111000 | 10110010 | 1100010 | 0 | 11 | 11100 | 10110010 | 1100000 | 100101 |
Color Harmonies of #04B8B2
Complementary color
Monochromatic Colors of #04B8B2
Black with #04B8B2
Text Example
Text Example
White with #04B8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8B2; }
p { color: rgb(4,184,178); }
H1.HeaderClassName
{
color: #04B8B2;
}
.AnyTagClassName
{
color: #04B8B2;
}
</style>
background-color css
<style>
a { background-color: #04B8B2; }
a { background-color: rgb(4,184,178); }
div.DivClassName
{
background-color: #04B8B2;
}
.BgClassName
{
background-color: #04B8B2;
}
</style>
border-color css
<style>
span { border-color: #04B8B2; }
span { border-color: rgb(4,184,178); }
td.TdClassName
{
border-color: #04B8B2;
}
.TagClassName
{
border-color: #04B8B2;
}
</style>