Shades of Iris Blue #04BFBC
Tints of Iris Blue #04BFBC
RGB
CMYK
RGB Variations
Color information
#04BFBC (or 0x04BFBC) is known color: Iris Blue. HEX triplet: 04, BF and BC. RGB value is (4,191,188). Sum of RGB (Red+Green+Blue) = 4+191+188=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFBC is #FB4043. Grayscale: #868686. Windows color (decimal): -16465988 or 12369668. OLE color: 12369668.
HSL color Cylindrical-coordinate representation of color #04BFBC: hue angle of 179.04º 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 #04BFBC is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 188 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.25 |
| HSL | 179.04º | 0.96% | 0.38% | - |
| HSV(B) | 179.04º | 0.98% | 0.75% | - |
| XYZ | 27.76 | 40.92 | 54.01 | - |
| YUV | 134.75 | 158.05 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 188 | 0.98 | 0 | 0.02 | 0.25 | 179.04 | 0.96 | 0.38 |
| Hex | 4 | BF | BC | 62 | 0 | 2 | 19 | B3 | 60 | 26 |
| Octal | 4 | 277 | 274 | 142 | 0 | 2 | 31 | 263 | 140 | 46 |
| Binary | 100 | 10111111 | 10111100 | 1100010 | 0 | 10 | 11001 | 10110011 | 1100000 | 100110 |
Color Harmonies of #04BFBC
Complementary color
Monochromatic Colors of #04BFBC
Black with #04BFBC
Text Example
Text Example
White with #04BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFBC; }
p { color: rgb(4,191,188); }
H1.HeaderClassName
{
color: #04BFBC;
}
.AnyTagClassName
{
color: #04BFBC;
}
</style>
background-color css
<style>
a { background-color: #04BFBC; }
a { background-color: rgb(4,191,188); }
div.DivClassName
{
background-color: #04BFBC;
}
.BgClassName
{
background-color: #04BFBC;
}
</style>
border-color css
<style>
span { border-color: #04BFBC; }
span { border-color: rgb(4,191,188); }
td.TdClassName
{
border-color: #04BFBC;
}
.TagClassName
{
border-color: #04BFBC;
}
</style>