Shades of Iris Blue #04BFBF
Tints of Iris Blue #04BFBF
RGB
CMYK
RGB Variations
Color information
#04BFBF (or 0x04BFBF) is known color: Iris Blue. HEX triplet: 04, BF and BF. RGB value is (4,191,191). Sum of RGB (Red+Green+Blue) = 4+191+191=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #04BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFBF is #FB4040. Grayscale: #868686. Windows color (decimal): -16465985 or 12566276. OLE color: 12566276.
HSL color Cylindrical-coordinate representation of color #04BFBF: hue angle of 180º 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 #04BFBF is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 191 | - |
| CMYK | 0.98 | 0 | 0 | 0.25 |
| HSL | 180º | 0.96% | 0.38% | - |
| HSV(B) | 180º | 0.98% | 0.75% | - |
| XYZ | 28.08 | 41.05 | 55.73 | - |
| YUV | 135.09 | 159.55 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 191 | 0.98 | 0 | 0 | 0.25 | 180 | 0.96 | 0.38 |
| Hex | 4 | BF | BF | 62 | 0 | 0 | 19 | B4 | 60 | 26 |
| Octal | 4 | 277 | 277 | 142 | 0 | 0 | 31 | 264 | 140 | 46 |
| Binary | 100 | 10111111 | 10111111 | 1100010 | 0 | 0 | 11001 | 10110100 | 1100000 | 100110 |
Color Harmonies of #04BFBF
Complementary color
Monochromatic Colors of #04BFBF
Black with #04BFBF
Text Example
Text Example
White with #04BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFBF; }
p { color: rgb(4,191,191); }
H1.HeaderClassName
{
color: #04BFBF;
}
.AnyTagClassName
{
color: #04BFBF;
}
</style>
background-color css
<style>
a { background-color: #04BFBF; }
a { background-color: rgb(4,191,191); }
div.DivClassName
{
background-color: #04BFBF;
}
.BgClassName
{
background-color: #04BFBF;
}
</style>
border-color css
<style>
span { border-color: #04BFBF; }
span { border-color: rgb(4,191,191); }
td.TdClassName
{
border-color: #04BFBF;
}
.TagClassName
{
border-color: #04BFBF;
}
</style>