Shades of Iris Blue #04B0B7
Tints of Iris Blue #04B0B7
RGB
CMYK
RGB Variations
Color information
#04B0B7 (or 0x04B0B7) is known color: Iris Blue. HEX triplet: 04, B0 and B7. RGB value is (4,176,183). Sum of RGB (Red+Green+Blue) = 4+176+183=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #04B0B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B0B7 is #FB4F48. Grayscale: #7D7D7D. Windows color (decimal): -16469833 or 12038148. OLE color: 12038148.
HSL color Cylindrical-coordinate representation of color #04B0B7: hue angle of 182.35º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B0B7 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 176 | 183 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.28 |
| HSL | 182.35º | 0.96% | 0.37% | - |
| HSV(B) | 182.35º | 0.98% | 0.72% | - |
| XYZ | 24.12 | 34.5 | 50.19 | - |
| YUV | 125.37 | 160.52 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 176 | 183 | 0.98 | 0.04 | 0 | 0.28 | 182.35 | 0.96 | 0.37 |
| Hex | 4 | B0 | B7 | 62 | 4 | 0 | 1C | B6 | 60 | 25 |
| Octal | 4 | 260 | 267 | 142 | 4 | 0 | 34 | 266 | 140 | 45 |
| Binary | 100 | 10110000 | 10110111 | 1100010 | 100 | 0 | 11100 | 10110110 | 1100000 | 100101 |
Color Harmonies of #04B0B7
Complementary color
Monochromatic Colors of #04B0B7
Black with #04B0B7
Text Example
Text Example
White with #04B0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B0B7; }
p { color: rgb(4,176,183); }
H1.HeaderClassName
{
color: #04B0B7;
}
.AnyTagClassName
{
color: #04B0B7;
}
</style>
background-color css
<style>
a { background-color: #04B0B7; }
a { background-color: rgb(4,176,183); }
div.DivClassName
{
background-color: #04B0B7;
}
.BgClassName
{
background-color: #04B0B7;
}
</style>
border-color css
<style>
span { border-color: #04B0B7; }
span { border-color: rgb(4,176,183); }
td.TdClassName
{
border-color: #04B0B7;
}
.TagClassName
{
border-color: #04B0B7;
}
</style>