Shades of Iris Blue #04BDBB
Tints of Iris Blue #04BDBB
RGB
CMYK
RGB Variations
Color information
#04BDBB (or 0x04BDBB) is known color: Iris Blue. HEX triplet: 04, BD and BB. RGB value is (4,189,187). Sum of RGB (Red+Green+Blue) = 4+189+187=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDBB is #FB4244. Grayscale: #858585. Windows color (decimal): -16466501 or 12303620. OLE color: 12303620.
HSL color Cylindrical-coordinate representation of color #04BDBB: hue angle of 179.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDBB is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 187 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.26 |
| HSL | 179.35º | 0.96% | 0.38% | - |
| HSV(B) | 179.35º | 0.98% | 0.74% | - |
| XYZ | 27.22 | 40.01 | 53.3 | - |
| YUV | 133.46 | 158.21 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 187 | 0.98 | 0 | 0.01 | 0.26 | 179.35 | 0.96 | 0.38 |
| Hex | 4 | BD | BB | 62 | 0 | 1 | 1A | B3 | 60 | 26 |
| Octal | 4 | 275 | 273 | 142 | 0 | 1 | 32 | 263 | 140 | 46 |
| Binary | 100 | 10111101 | 10111011 | 1100010 | 0 | 1 | 11010 | 10110011 | 1100000 | 100110 |
Color Harmonies of #04BDBB
Complementary color
Monochromatic Colors of #04BDBB
Black with #04BDBB
Text Example
Text Example
White with #04BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDBB; }
p { color: rgb(4,189,187); }
H1.HeaderClassName
{
color: #04BDBB;
}
.AnyTagClassName
{
color: #04BDBB;
}
</style>
background-color css
<style>
a { background-color: #04BDBB; }
a { background-color: rgb(4,189,187); }
div.DivClassName
{
background-color: #04BDBB;
}
.BgClassName
{
background-color: #04BDBB;
}
</style>
border-color css
<style>
span { border-color: #04BDBB; }
span { border-color: rgb(4,189,187); }
td.TdClassName
{
border-color: #04BDBB;
}
.TagClassName
{
border-color: #04BDBB;
}
</style>