Shades of Iris Blue #04B7D8
Tints of Iris Blue #04B7D8
RGB
CMYK
RGB Variations
Color information
#04B7D8 (or 0x04B7D8) is known color: Iris Blue. HEX triplet: 04, B7 and D8. RGB value is (4,183,216). Sum of RGB (Red+Green+Blue) = 4+183+216=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #04B7D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B7D8 is #FB4827. Grayscale: #848484. Windows color (decimal): -16468008 or 14202628. OLE color: 14202628.
HSL color Cylindrical-coordinate representation of color #04B7D8: hue angle of 189.34º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B7D8 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 183 | 216 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.15 |
| HSL | 189.34º | 0.96% | 0.43% | - |
| HSV(B) | 189.34º | 0.98% | 0.85% | - |
| XYZ | 29.38 | 38.85 | 70.92 | - |
| YUV | 133.24 | 174.7 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 216 | 0.98 | 0.15 | 0 | 0.15 | 189.34 | 0.96 | 0.43 |
| Hex | 4 | B7 | D8 | 62 | F | 0 | F | BD | 60 | 2B |
| Octal | 4 | 267 | 330 | 142 | 17 | 0 | 17 | 275 | 140 | 53 |
| Binary | 100 | 10110111 | 11011000 | 1100010 | 1111 | 0 | 1111 | 10111101 | 1100000 | 101011 |
Color Harmonies of #04B7D8
Complementary color
Monochromatic Colors of #04B7D8
Black with #04B7D8
Text Example
Text Example
White with #04B7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B7D8; }
p { color: rgb(4,183,216); }
H1.HeaderClassName
{
color: #04B7D8;
}
.AnyTagClassName
{
color: #04B7D8;
}
</style>
background-color css
<style>
a { background-color: #04B7D8; }
a { background-color: rgb(4,183,216); }
div.DivClassName
{
background-color: #04B7D8;
}
.BgClassName
{
background-color: #04B7D8;
}
</style>
border-color css
<style>
span { border-color: #04B7D8; }
span { border-color: rgb(4,183,216); }
td.TdClassName
{
border-color: #04B7D8;
}
.TagClassName
{
border-color: #04B7D8;
}
</style>