Shades of Iris Blue #04C0B7
Tints of Iris Blue #04C0B7
RGB
CMYK
RGB Variations
Color information
#04C0B7 (or 0x04C0B7) is known color: Iris Blue. HEX triplet: 04, C0 and B7. RGB value is (4,192,183). Sum of RGB (Red+Green+Blue) = 4+192+183=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #04C0B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0B7 is #FB3F48. Grayscale: #868686. Windows color (decimal): -16465737 or 12042244. OLE color: 12042244.
HSL color Cylindrical-coordinate representation of color #04C0B7: hue angle of 177.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0B7 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 183 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.25 |
| HSL | 177.13º | 0.96% | 0.38% | - |
| HSV(B) | 177.13º | 0.98% | 0.75% | - |
| XYZ | 27.45 | 41.14 | 51.29 | - |
| YUV | 134.76 | 155.22 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 183 | 0.98 | 0 | 0.05 | 0.25 | 177.13 | 0.96 | 0.38 |
| Hex | 4 | C0 | B7 | 62 | 0 | 5 | 19 | B1 | 60 | 26 |
| Octal | 4 | 300 | 267 | 142 | 0 | 5 | 31 | 261 | 140 | 46 |
| Binary | 100 | 11000000 | 10110111 | 1100010 | 0 | 101 | 11001 | 10110001 | 1100000 | 100110 |
Color Harmonies of #04C0B7
Complementary color
Monochromatic Colors of #04C0B7
Black with #04C0B7
Text Example
Text Example
White with #04C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0B7; }
p { color: rgb(4,192,183); }
H1.HeaderClassName
{
color: #04C0B7;
}
.AnyTagClassName
{
color: #04C0B7;
}
</style>
background-color css
<style>
a { background-color: #04C0B7; }
a { background-color: rgb(4,192,183); }
div.DivClassName
{
background-color: #04C0B7;
}
.BgClassName
{
background-color: #04C0B7;
}
</style>
border-color css
<style>
span { border-color: #04C0B7; }
span { border-color: rgb(4,192,183); }
td.TdClassName
{
border-color: #04C0B7;
}
.TagClassName
{
border-color: #04C0B7;
}
</style>