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