Shades of Iris Blue #04B5C8
Tints of Iris Blue #04B5C8
RGB
CMYK
RGB Variations
Color information
#04B5C8 (or 0x04B5C8) is known color: Iris Blue. HEX triplet: 04, B5 and C8. RGB value is (4,181,200). Sum of RGB (Red+Green+Blue) = 4+181+200=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #04B5C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5C8 is #FB4A37. Grayscale: #818181. Windows color (decimal): -16468536 or 13153540. OLE color: 13153540.
HSL color Cylindrical-coordinate representation of color #04B5C8: hue angle of 185.82º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5C8 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 181 | 200 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.22 |
| HSL | 185.82º | 0.96% | 0.4% | - |
| HSV(B) | 185.82º | 0.98% | 0.78% | - |
| XYZ | 27 | 37.24 | 60.41 | - |
| YUV | 130.24 | 167.36 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 200 | 0.98 | 0.09 | 0 | 0.22 | 185.82 | 0.96 | 0.4 |
| Hex | 4 | B5 | C8 | 62 | 9 | 0 | 16 | BA | 60 | 28 |
| Octal | 4 | 265 | 310 | 142 | 11 | 0 | 26 | 272 | 140 | 50 |
| Binary | 100 | 10110101 | 11001000 | 1100010 | 1001 | 0 | 10110 | 10111010 | 1100000 | 101000 |
Color Harmonies of #04B5C8
Complementary color
Monochromatic Colors of #04B5C8
Black with #04B5C8
Text Example
Text Example
White with #04B5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B5C8; }
p { color: rgb(4,181,200); }
H1.HeaderClassName
{
color: #04B5C8;
}
.AnyTagClassName
{
color: #04B5C8;
}
</style>
background-color css
<style>
a { background-color: #04B5C8; }
a { background-color: rgb(4,181,200); }
div.DivClassName
{
background-color: #04B5C8;
}
.BgClassName
{
background-color: #04B5C8;
}
</style>
border-color css
<style>
span { border-color: #04B5C8; }
span { border-color: rgb(4,181,200); }
td.TdClassName
{
border-color: #04B5C8;
}
.TagClassName
{
border-color: #04B5C8;
}
</style>