Shades of Iris Blue #04B0BC
Tints of Iris Blue #04B0BC
RGB
CMYK
RGB Variations
Color information
#04B0BC (or 0x04B0BC) is known color: Iris Blue. HEX triplet: 04, B0 and BC. RGB value is (4,176,188). Sum of RGB (Red+Green+Blue) = 4+176+188=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #04B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B0BC is #FB4F43. Grayscale: #7D7D7D. Windows color (decimal): -16469828 or 12365828. OLE color: 12365828.
HSL color Cylindrical-coordinate representation of color #04B0BC: hue angle of 183.91º 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 #04B0BC is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 176 | 188 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.26 |
| HSL | 183.91º | 0.96% | 0.38% | - |
| HSV(B) | 183.91º | 0.98% | 0.74% | - |
| XYZ | 24.65 | 34.71 | 52.98 | - |
| YUV | 125.94 | 163.02 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 176 | 188 | 0.98 | 0.06 | 0 | 0.26 | 183.91 | 0.96 | 0.38 |
| Hex | 4 | B0 | BC | 62 | 6 | 0 | 1A | B8 | 60 | 26 |
| Octal | 4 | 260 | 274 | 142 | 6 | 0 | 32 | 270 | 140 | 46 |
| Binary | 100 | 10110000 | 10111100 | 1100010 | 110 | 0 | 11010 | 10111000 | 1100000 | 100110 |
Color Harmonies of #04B0BC
Complementary color
Monochromatic Colors of #04B0BC
Black with #04B0BC
Text Example
Text Example
White with #04B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B0BC; }
p { color: rgb(4,176,188); }
H1.HeaderClassName
{
color: #04B0BC;
}
.AnyTagClassName
{
color: #04B0BC;
}
</style>
background-color css
<style>
a { background-color: #04B0BC; }
a { background-color: rgb(4,176,188); }
div.DivClassName
{
background-color: #04B0BC;
}
.BgClassName
{
background-color: #04B0BC;
}
</style>
border-color css
<style>
span { border-color: #04B0BC; }
span { border-color: rgb(4,176,188); }
td.TdClassName
{
border-color: #04B0BC;
}
.TagClassName
{
border-color: #04B0BC;
}
</style>