Shades of Iris Blue #04BCB7
Tints of Iris Blue #04BCB7
RGB
CMYK
RGB Variations
Color information
#04BCB7 (or 0x04BCB7) is known color: Iris Blue. HEX triplet: 04, BC and B7. RGB value is (4,188,183). Sum of RGB (Red+Green+Blue) = 4+188+183=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCB7 is #FB4348. Grayscale: #848484. Windows color (decimal): -16466761 or 12041220. OLE color: 12041220.
HSL color Cylindrical-coordinate representation of color #04BCB7: hue angle of 178.37º 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 #04BCB7 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 183 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.26 |
| HSL | 178.37º | 0.96% | 0.38% | - |
| HSV(B) | 178.37º | 0.98% | 0.74% | - |
| XYZ | 26.58 | 39.41 | 51.01 | - |
| YUV | 132.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 183 | 0.98 | 0 | 0.03 | 0.26 | 178.37 | 0.96 | 0.38 |
| Hex | 4 | BC | B7 | 62 | 0 | 3 | 1A | B2 | 60 | 26 |
| Octal | 4 | 274 | 267 | 142 | 0 | 3 | 32 | 262 | 140 | 46 |
| Binary | 100 | 10111100 | 10110111 | 1100010 | 0 | 11 | 11010 | 10110010 | 1100000 | 100110 |
Color Harmonies of #04BCB7
Complementary color
Monochromatic Colors of #04BCB7
Black with #04BCB7
Text Example
Text Example
White with #04BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCB7; }
p { color: rgb(4,188,183); }
H1.HeaderClassName
{
color: #04BCB7;
}
.AnyTagClassName
{
color: #04BCB7;
}
</style>
background-color css
<style>
a { background-color: #04BCB7; }
a { background-color: rgb(4,188,183); }
div.DivClassName
{
background-color: #04BCB7;
}
.BgClassName
{
background-color: #04BCB7;
}
</style>
border-color css
<style>
span { border-color: #04BCB7; }
span { border-color: rgb(4,188,183); }
td.TdClassName
{
border-color: #04BCB7;
}
.TagClassName
{
border-color: #04BCB7;
}
</style>