Shades of Iris Blue #04BEB8
Tints of Iris Blue #04BEB8
RGB
CMYK
RGB Variations
Color information
#04BEB8 (or 0x04BEB8) is known color: Iris Blue. HEX triplet: 04, BE and B8. RGB value is (4,190,184). Sum of RGB (Red+Green+Blue) = 4+190+184=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #04BEB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEB8 is #FB4147. Grayscale: #858585. Windows color (decimal): -16466248 or 12107268. OLE color: 12107268.
HSL color Cylindrical-coordinate representation of color #04BEB8: hue angle of 178.06º 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 #04BEB8 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 190 | 184 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.25 |
| HSL | 178.06º | 0.96% | 0.38% | - |
| HSV(B) | 178.06º | 0.98% | 0.75% | - |
| XYZ | 27.12 | 40.31 | 51.7 | - |
| YUV | 133.7 | 156.38 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 184 | 0.98 | 0 | 0.03 | 0.25 | 178.06 | 0.96 | 0.38 |
| Hex | 4 | BE | B8 | 62 | 0 | 3 | 19 | B2 | 60 | 26 |
| Octal | 4 | 276 | 270 | 142 | 0 | 3 | 31 | 262 | 140 | 46 |
| Binary | 100 | 10111110 | 10111000 | 1100010 | 0 | 11 | 11001 | 10110010 | 1100000 | 100110 |
Color Harmonies of #04BEB8
Complementary color
Monochromatic Colors of #04BEB8
Black with #04BEB8
Text Example
Text Example
White with #04BEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEB8; }
p { color: rgb(4,190,184); }
H1.HeaderClassName
{
color: #04BEB8;
}
.AnyTagClassName
{
color: #04BEB8;
}
</style>
background-color css
<style>
a { background-color: #04BEB8; }
a { background-color: rgb(4,190,184); }
div.DivClassName
{
background-color: #04BEB8;
}
.BgClassName
{
background-color: #04BEB8;
}
</style>
border-color css
<style>
span { border-color: #04BEB8; }
span { border-color: rgb(4,190,184); }
td.TdClassName
{
border-color: #04BEB8;
}
.TagClassName
{
border-color: #04BEB8;
}
</style>