Shades of Iris Blue #04BCB0
Tints of Iris Blue #04BCB0
RGB
CMYK
RGB Variations
Color information
#04BCB0 (or 0x04BCB0) is known color: Iris Blue. HEX triplet: 04, BC and B0. RGB value is (4,188,176). Sum of RGB (Red+Green+Blue) = 4+188+176=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCB0 is #FB434F. Grayscale: #838383. Windows color (decimal): -16466768 or 11582468. OLE color: 11582468.
HSL color Cylindrical-coordinate representation of color #04BCB0: hue angle of 176.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCB0 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 176 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.26 |
| HSL | 176.09º | 0.96% | 0.38% | - |
| HSV(B) | 176.09º | 0.98% | 0.74% | - |
| XYZ | 25.87 | 39.13 | 47.26 | - |
| YUV | 131.62 | 153.04 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 176 | 0.98 | 0 | 0.06 | 0.26 | 176.09 | 0.96 | 0.38 |
| Hex | 4 | BC | B0 | 62 | 0 | 6 | 1A | B0 | 60 | 26 |
| Octal | 4 | 274 | 260 | 142 | 0 | 6 | 32 | 260 | 140 | 46 |
| Binary | 100 | 10111100 | 10110000 | 1100010 | 0 | 110 | 11010 | 10110000 | 1100000 | 100110 |
Color Harmonies of #04BCB0
Complementary color
Monochromatic Colors of #04BCB0
Black with #04BCB0
Text Example
Text Example
White with #04BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCB0; }
p { color: rgb(4,188,176); }
H1.HeaderClassName
{
color: #04BCB0;
}
.AnyTagClassName
{
color: #04BCB0;
}
</style>
background-color css
<style>
a { background-color: #04BCB0; }
a { background-color: rgb(4,188,176); }
div.DivClassName
{
background-color: #04BCB0;
}
.BgClassName
{
background-color: #04BCB0;
}
</style>
border-color css
<style>
span { border-color: #04BCB0; }
span { border-color: rgb(4,188,176); }
td.TdClassName
{
border-color: #04BCB0;
}
.TagClassName
{
border-color: #04BCB0;
}
</style>