Shades of Iris Blue #04BFBB
Tints of Iris Blue #04BFBB
RGB
CMYK
RGB Variations
Color information
#04BFBB (or 0x04BFBB) is known color: Iris Blue. HEX triplet: 04, BF and BB. RGB value is (4,191,187). Sum of RGB (Red+Green+Blue) = 4+191+187=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFBB is #FB4044. Grayscale: #868686. Windows color (decimal): -16465989 or 12304132. OLE color: 12304132.
HSL color Cylindrical-coordinate representation of color #04BFBB: hue angle of 178.72º 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 #04BFBB is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 187 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.25 |
| HSL | 178.72º | 0.96% | 0.38% | - |
| HSV(B) | 178.72º | 0.98% | 0.75% | - |
| XYZ | 27.65 | 40.88 | 53.45 | - |
| YUV | 134.63 | 157.55 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 187 | 0.98 | 0 | 0.02 | 0.25 | 178.72 | 0.96 | 0.38 |
| Hex | 4 | BF | BB | 62 | 0 | 2 | 19 | B3 | 60 | 26 |
| Octal | 4 | 277 | 273 | 142 | 0 | 2 | 31 | 263 | 140 | 46 |
| Binary | 100 | 10111111 | 10111011 | 1100010 | 0 | 10 | 11001 | 10110011 | 1100000 | 100110 |
Color Harmonies of #04BFBB
Complementary color
Monochromatic Colors of #04BFBB
Black with #04BFBB
Text Example
Text Example
White with #04BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFBB; }
p { color: rgb(4,191,187); }
H1.HeaderClassName
{
color: #04BFBB;
}
.AnyTagClassName
{
color: #04BFBB;
}
</style>
background-color css
<style>
a { background-color: #04BFBB; }
a { background-color: rgb(4,191,187); }
div.DivClassName
{
background-color: #04BFBB;
}
.BgClassName
{
background-color: #04BFBB;
}
</style>
border-color css
<style>
span { border-color: #04BFBB; }
span { border-color: rgb(4,191,187); }
td.TdClassName
{
border-color: #04BFBB;
}
.TagClassName
{
border-color: #04BFBB;
}
</style>