Shades of Iris Blue #04B9CE
Tints of Iris Blue #04B9CE
RGB
CMYK
RGB Variations
Color information
#04B9CE (or 0x04B9CE) is known color: Iris Blue. HEX triplet: 04, B9 and CE. RGB value is (4,185,206). Sum of RGB (Red+Green+Blue) = 4+185+206=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #04B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B9CE is #FB4631. Grayscale: #858585. Windows color (decimal): -16467506 or 13547780. OLE color: 13547780.
HSL color Cylindrical-coordinate representation of color #04B9CE: hue angle of 186.24º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B9CE is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 185 | 206 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.19 |
| HSL | 186.24º | 0.96% | 0.41% | - |
| HSV(B) | 186.24º | 0.98% | 0.81% | - |
| XYZ | 28.54 | 39.18 | 64.45 | - |
| YUV | 133.28 | 169.03 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 206 | 0.98 | 0.10 | 0 | 0.19 | 186.24 | 0.96 | 0.41 |
| Hex | 4 | B9 | CE | 62 | A | 0 | 13 | BA | 60 | 29 |
| Octal | 4 | 271 | 316 | 142 | 12 | 0 | 23 | 272 | 140 | 51 |
| Binary | 100 | 10111001 | 11001110 | 1100010 | 1010 | 0 | 10011 | 10111010 | 1100000 | 101001 |
Color Harmonies of #04B9CE
Complementary color
Monochromatic Colors of #04B9CE
Black with #04B9CE
Text Example
Text Example
White with #04B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B9CE; }
p { color: rgb(4,185,206); }
H1.HeaderClassName
{
color: #04B9CE;
}
.AnyTagClassName
{
color: #04B9CE;
}
</style>
background-color css
<style>
a { background-color: #04B9CE; }
a { background-color: rgb(4,185,206); }
div.DivClassName
{
background-color: #04B9CE;
}
.BgClassName
{
background-color: #04B9CE;
}
</style>
border-color css
<style>
span { border-color: #04B9CE; }
span { border-color: rgb(4,185,206); }
td.TdClassName
{
border-color: #04B9CE;
}
.TagClassName
{
border-color: #04B9CE;
}
</style>