Shades of Iris Blue #04BCB6
Tints of Iris Blue #04BCB6
RGB
CMYK
RGB Variations
Color information
#04BCB6 (or 0x04BCB6) is known color: Iris Blue. HEX triplet: 04, BC and B6. RGB value is (4,188,182). Sum of RGB (Red+Green+Blue) = 4+188+182=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCB6 is #FB4349. Grayscale: #848484. Windows color (decimal): -16466762 or 11975684. OLE color: 11975684.
HSL color Cylindrical-coordinate representation of color #04BCB6: hue angle of 178.04º 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 #04BCB6 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 182 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.26 |
| HSL | 178.04º | 0.96% | 0.38% | - |
| HSV(B) | 178.04º | 0.98% | 0.74% | - |
| XYZ | 26.48 | 39.37 | 50.46 | - |
| YUV | 132.3 | 156.04 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 182 | 0.98 | 0 | 0.03 | 0.26 | 178.04 | 0.96 | 0.38 |
| Hex | 4 | BC | B6 | 62 | 0 | 3 | 1A | B2 | 60 | 26 |
| Octal | 4 | 274 | 266 | 142 | 0 | 3 | 32 | 262 | 140 | 46 |
| Binary | 100 | 10111100 | 10110110 | 1100010 | 0 | 11 | 11010 | 10110010 | 1100000 | 100110 |
Color Harmonies of #04BCB6
Complementary color
Monochromatic Colors of #04BCB6
Black with #04BCB6
Text Example
Text Example
White with #04BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCB6; }
p { color: rgb(4,188,182); }
H1.HeaderClassName
{
color: #04BCB6;
}
.AnyTagClassName
{
color: #04BCB6;
}
</style>
background-color css
<style>
a { background-color: #04BCB6; }
a { background-color: rgb(4,188,182); }
div.DivClassName
{
background-color: #04BCB6;
}
.BgClassName
{
background-color: #04BCB6;
}
</style>
border-color css
<style>
span { border-color: #04BCB6; }
span { border-color: rgb(4,188,182); }
td.TdClassName
{
border-color: #04BCB6;
}
.TagClassName
{
border-color: #04BCB6;
}
</style>