Shades of Iris Blue #04BEB1
Tints of Iris Blue #04BEB1
RGB
CMYK
RGB Variations
Color information
#04BEB1 (or 0x04BEB1) is known color: Iris Blue. HEX triplet: 04, BE and B1. RGB value is (4,190,177). Sum of RGB (Red+Green+Blue) = 4+190+177=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #04BEB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BEB1 is #FB414E. Grayscale: #848484. Windows color (decimal): -16466255 or 11648516. OLE color: 11648516.
HSL color Cylindrical-coordinate representation of color #04BEB1: hue angle of 175.81º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEB1 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 190 | 177 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.25 |
| HSL | 175.81º | 0.96% | 0.38% | - |
| HSV(B) | 175.81º | 0.98% | 0.75% | - |
| XYZ | 26.4 | 40.03 | 47.93 | - |
| YUV | 132.9 | 152.88 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 177 | 0.98 | 0 | 0.07 | 0.25 | 175.81 | 0.96 | 0.38 |
| Hex | 4 | BE | B1 | 62 | 0 | 7 | 19 | B0 | 60 | 26 |
| Octal | 4 | 276 | 261 | 142 | 0 | 7 | 31 | 260 | 140 | 46 |
| Binary | 100 | 10111110 | 10110001 | 1100010 | 0 | 111 | 11001 | 10110000 | 1100000 | 100110 |
Color Harmonies of #04BEB1
Complementary color
Monochromatic Colors of #04BEB1
Black with #04BEB1
Text Example
Text Example
White with #04BEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEB1; }
p { color: rgb(4,190,177); }
H1.HeaderClassName
{
color: #04BEB1;
}
.AnyTagClassName
{
color: #04BEB1;
}
</style>
background-color css
<style>
a { background-color: #04BEB1; }
a { background-color: rgb(4,190,177); }
div.DivClassName
{
background-color: #04BEB1;
}
.BgClassName
{
background-color: #04BEB1;
}
</style>
border-color css
<style>
span { border-color: #04BEB1; }
span { border-color: rgb(4,190,177); }
td.TdClassName
{
border-color: #04BEB1;
}
.TagClassName
{
border-color: #04BEB1;
}
</style>