Shades of Iris Blue #04BDBD
Tints of Iris Blue #04BDBD
RGB
CMYK
RGB Variations
Color information
#04BDBD (or 0x04BDBD) is known color: Iris Blue. HEX triplet: 04, BD and BD. RGB value is (4,189,189). Sum of RGB (Red+Green+Blue) = 4+189+189=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #04BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDBD is #FB4242. Grayscale: #858585. Windows color (decimal): -16466499 or 12434692. OLE color: 12434692.
HSL color Cylindrical-coordinate representation of color #04BDBD: hue angle of 180º 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 #04BDBD is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 189 | - |
| CMYK | 0.98 | 0 | 0 | 0.26 |
| HSL | 180º | 0.96% | 0.38% | - |
| HSV(B) | 180º | 0.98% | 0.74% | - |
| XYZ | 27.43 | 40.1 | 54.44 | - |
| YUV | 133.69 | 159.21 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 189 | 0.98 | 0 | 0 | 0.26 | 180 | 0.96 | 0.38 |
| Hex | 4 | BD | BD | 62 | 0 | 0 | 1A | B4 | 60 | 26 |
| Octal | 4 | 275 | 275 | 142 | 0 | 0 | 32 | 264 | 140 | 46 |
| Binary | 100 | 10111101 | 10111101 | 1100010 | 0 | 0 | 11010 | 10110100 | 1100000 | 100110 |
Color Harmonies of #04BDBD
Complementary color
Monochromatic Colors of #04BDBD
Black with #04BDBD
Text Example
Text Example
White with #04BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDBD; }
p { color: rgb(4,189,189); }
H1.HeaderClassName
{
color: #04BDBD;
}
.AnyTagClassName
{
color: #04BDBD;
}
</style>
background-color css
<style>
a { background-color: #04BDBD; }
a { background-color: rgb(4,189,189); }
div.DivClassName
{
background-color: #04BDBD;
}
.BgClassName
{
background-color: #04BDBD;
}
</style>
border-color css
<style>
span { border-color: #04BDBD; }
span { border-color: rgb(4,189,189); }
td.TdClassName
{
border-color: #04BDBD;
}
.TagClassName
{
border-color: #04BDBD;
}
</style>