Shades of Iris Blue #04B5C9
Tints of Iris Blue #04B5C9
RGB
CMYK
RGB Variations
Color information
#04B5C9 (or 0x04B5C9) is known color: Iris Blue. HEX triplet: 04, B5 and C9. RGB value is (4,181,201). Sum of RGB (Red+Green+Blue) = 4+181+201=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #04B5C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5C9 is #FB4A36. Grayscale: #828282. Windows color (decimal): -16468535 or 13219076. OLE color: 13219076.
HSL color Cylindrical-coordinate representation of color #04B5C9: hue angle of 186.09º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5C9 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 181 | 201 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.21 |
| HSL | 186.09º | 0.96% | 0.4% | - |
| HSV(B) | 186.09º | 0.98% | 0.79% | - |
| XYZ | 27.12 | 37.29 | 61.03 | - |
| YUV | 130.36 | 167.86 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 201 | 0.98 | 0.10 | 0 | 0.21 | 186.09 | 0.96 | 0.4 |
| Hex | 4 | B5 | C9 | 62 | A | 0 | 15 | BA | 60 | 28 |
| Octal | 4 | 265 | 311 | 142 | 12 | 0 | 25 | 272 | 140 | 50 |
| Binary | 100 | 10110101 | 11001001 | 1100010 | 1010 | 0 | 10101 | 10111010 | 1100000 | 101000 |
Color Harmonies of #04B5C9
Complementary color
Monochromatic Colors of #04B5C9
Black with #04B5C9
Text Example
Text Example
White with #04B5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B5C9; }
p { color: rgb(4,181,201); }
H1.HeaderClassName
{
color: #04B5C9;
}
.AnyTagClassName
{
color: #04B5C9;
}
</style>
background-color css
<style>
a { background-color: #04B5C9; }
a { background-color: rgb(4,181,201); }
div.DivClassName
{
background-color: #04B5C9;
}
.BgClassName
{
background-color: #04B5C9;
}
</style>
border-color css
<style>
span { border-color: #04B5C9; }
span { border-color: rgb(4,181,201); }
td.TdClassName
{
border-color: #04B5C9;
}
.TagClassName
{
border-color: #04B5C9;
}
</style>