Shades of Iris Blue #04BDB2
Tints of Iris Blue #04BDB2
RGB
CMYK
RGB Variations
Color information
#04BDB2 (or 0x04BDB2) is known color: Iris Blue. HEX triplet: 04, BD and B2. RGB value is (4,189,178). Sum of RGB (Red+Green+Blue) = 4+189+178=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDB2 is #FB424D. Grayscale: #848484. Windows color (decimal): -16466510 or 11713796. OLE color: 11713796.
HSL color Cylindrical-coordinate representation of color #04BDB2: hue angle of 176.43º 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 #04BDB2 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 178 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.26 |
| HSL | 176.43º | 0.96% | 0.38% | - |
| HSV(B) | 176.43º | 0.98% | 0.74% | - |
| XYZ | 26.28 | 39.64 | 48.38 | - |
| YUV | 132.43 | 153.71 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 178 | 0.98 | 0 | 0.06 | 0.26 | 176.43 | 0.96 | 0.38 |
| Hex | 4 | BD | B2 | 62 | 0 | 6 | 1A | B0 | 60 | 26 |
| Octal | 4 | 275 | 262 | 142 | 0 | 6 | 32 | 260 | 140 | 46 |
| Binary | 100 | 10111101 | 10110010 | 1100010 | 0 | 110 | 11010 | 10110000 | 1100000 | 100110 |
Color Harmonies of #04BDB2
Complementary color
Monochromatic Colors of #04BDB2
Black with #04BDB2
Text Example
Text Example
White with #04BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDB2; }
p { color: rgb(4,189,178); }
H1.HeaderClassName
{
color: #04BDB2;
}
.AnyTagClassName
{
color: #04BDB2;
}
</style>
background-color css
<style>
a { background-color: #04BDB2; }
a { background-color: rgb(4,189,178); }
div.DivClassName
{
background-color: #04BDB2;
}
.BgClassName
{
background-color: #04BDB2;
}
</style>
border-color css
<style>
span { border-color: #04BDB2; }
span { border-color: rgb(4,189,178); }
td.TdClassName
{
border-color: #04BDB2;
}
.TagClassName
{
border-color: #04BDB2;
}
</style>