Shades of Iris Blue #04B7CB
Tints of Iris Blue #04B7CB
RGB
CMYK
RGB Variations
Color information
#04B7CB (or 0x04B7CB) is known color: Iris Blue. HEX triplet: 04, B7 and CB. RGB value is (4,183,203). Sum of RGB (Red+Green+Blue) = 4+183+203=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #04B7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B7CB is #FB4834. Grayscale: #838383. Windows color (decimal): -16468021 or 13350660. OLE color: 13350660.
HSL color Cylindrical-coordinate representation of color #04B7CB: hue angle of 186.03º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B7CB is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 183 | 203 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.20 |
| HSL | 186.03º | 0.96% | 0.41% | - |
| HSV(B) | 186.03º | 0.98% | 0.8% | - |
| XYZ | 27.76 | 38.2 | 62.41 | - |
| YUV | 131.76 | 168.2 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 203 | 0.98 | 0.10 | 0 | 0.20 | 186.03 | 0.96 | 0.41 |
| Hex | 4 | B7 | CB | 62 | A | 0 | 14 | BA | 60 | 29 |
| Octal | 4 | 267 | 313 | 142 | 12 | 0 | 24 | 272 | 140 | 51 |
| Binary | 100 | 10110111 | 11001011 | 1100010 | 1010 | 0 | 10100 | 10111010 | 1100000 | 101001 |
Color Harmonies of #04B7CB
Complementary color
Monochromatic Colors of #04B7CB
Black with #04B7CB
Text Example
Text Example
White with #04B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B7CB; }
p { color: rgb(4,183,203); }
H1.HeaderClassName
{
color: #04B7CB;
}
.AnyTagClassName
{
color: #04B7CB;
}
</style>
background-color css
<style>
a { background-color: #04B7CB; }
a { background-color: rgb(4,183,203); }
div.DivClassName
{
background-color: #04B7CB;
}
.BgClassName
{
background-color: #04B7CB;
}
</style>
border-color css
<style>
span { border-color: #04B7CB; }
span { border-color: rgb(4,183,203); }
td.TdClassName
{
border-color: #04B7CB;
}
.TagClassName
{
border-color: #04B7CB;
}
</style>