Shades of Iris Blue #04BDB1
Tints of Iris Blue #04BDB1
RGB
CMYK
RGB Variations
Color information
#04BDB1 (or 0x04BDB1) is known color: Iris Blue. HEX triplet: 04, BD and B1. RGB value is (4,189,177). Sum of RGB (Red+Green+Blue) = 4+189+177=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDB1 is #FB424E. Grayscale: #848484. Windows color (decimal): -16466511 or 11648260. OLE color: 11648260.
HSL color Cylindrical-coordinate representation of color #04BDB1: hue angle of 176.11º 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 #04BDB1 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 177 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.26 |
| HSL | 176.11º | 0.96% | 0.38% | - |
| HSV(B) | 176.11º | 0.98% | 0.74% | - |
| XYZ | 26.18 | 39.6 | 47.86 | - |
| YUV | 132.32 | 153.21 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 177 | 0.98 | 0 | 0.06 | 0.26 | 176.11 | 0.96 | 0.38 |
| Hex | 4 | BD | B1 | 62 | 0 | 6 | 1A | B0 | 60 | 26 |
| Octal | 4 | 275 | 261 | 142 | 0 | 6 | 32 | 260 | 140 | 46 |
| Binary | 100 | 10111101 | 10110001 | 1100010 | 0 | 110 | 11010 | 10110000 | 1100000 | 100110 |
Color Harmonies of #04BDB1
Complementary color
Monochromatic Colors of #04BDB1
Black with #04BDB1
Text Example
Text Example
White with #04BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDB1; }
p { color: rgb(4,189,177); }
H1.HeaderClassName
{
color: #04BDB1;
}
.AnyTagClassName
{
color: #04BDB1;
}
</style>
background-color css
<style>
a { background-color: #04BDB1; }
a { background-color: rgb(4,189,177); }
div.DivClassName
{
background-color: #04BDB1;
}
.BgClassName
{
background-color: #04BDB1;
}
</style>
border-color css
<style>
span { border-color: #04BDB1; }
span { border-color: rgb(4,189,177); }
td.TdClassName
{
border-color: #04BDB1;
}
.TagClassName
{
border-color: #04BDB1;
}
</style>