Shades of Iris Blue #04B7BA
Tints of Iris Blue #04B7BA
RGB
CMYK
RGB Variations
Color information
#04B7BA (or 0x04B7BA) is known color: Iris Blue. HEX triplet: 04, B7 and BA. RGB value is (4,183,186). Sum of RGB (Red+Green+Blue) = 4+183+186=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #04B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B7BA is #FB4845. Grayscale: #818181. Windows color (decimal): -16468038 or 12236548. OLE color: 12236548.
HSL color Cylindrical-coordinate representation of color #04B7BA: hue angle of 180.99º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B7BA is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 183 | 186 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.27 |
| HSL | 180.99º | 0.96% | 0.37% | - |
| HSV(B) | 180.99º | 0.98% | 0.73% | - |
| XYZ | 25.85 | 37.44 | 52.32 | - |
| YUV | 129.82 | 159.7 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 186 | 0.98 | 0.02 | 0 | 0.27 | 180.99 | 0.96 | 0.37 |
| Hex | 4 | B7 | BA | 62 | 2 | 0 | 1B | B5 | 60 | 25 |
| Octal | 4 | 267 | 272 | 142 | 2 | 0 | 33 | 265 | 140 | 45 |
| Binary | 100 | 10110111 | 10111010 | 1100010 | 10 | 0 | 11011 | 10110101 | 1100000 | 100101 |
Color Harmonies of #04B7BA
Complementary color
Monochromatic Colors of #04B7BA
Black with #04B7BA
Text Example
Text Example
White with #04B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B7BA; }
p { color: rgb(4,183,186); }
H1.HeaderClassName
{
color: #04B7BA;
}
.AnyTagClassName
{
color: #04B7BA;
}
</style>
background-color css
<style>
a { background-color: #04B7BA; }
a { background-color: rgb(4,183,186); }
div.DivClassName
{
background-color: #04B7BA;
}
.BgClassName
{
background-color: #04B7BA;
}
</style>
border-color css
<style>
span { border-color: #04B7BA; }
span { border-color: rgb(4,183,186); }
td.TdClassName
{
border-color: #04B7BA;
}
.TagClassName
{
border-color: #04B7BA;
}
</style>