Shades of Iris Blue #04ACC5
Tints of Iris Blue #04ACC5
RGB
CMYK
RGB Variations
Color information
#04ACC5 (or 0x04ACC5) is known color: Iris Blue. HEX triplet: 04, AC and C5. RGB value is (4,172,197). Sum of RGB (Red+Green+Blue) = 4+172+197=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #04ACC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACC5 is #FB533A. Grayscale: #7C7C7C. Windows color (decimal): -16470843 or 12954628. OLE color: 12954628.
HSL color Cylindrical-coordinate representation of color #04ACC5: hue angle of 187.77º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACC5 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 172 | 197 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.23 |
| HSL | 187.77º | 0.96% | 0.39% | - |
| HSV(B) | 187.77º | 0.98% | 0.77% | - |
| XYZ | 24.88 | 33.56 | 57.99 | - |
| YUV | 124.62 | 168.84 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 197 | 0.98 | 0.13 | 0 | 0.23 | 187.77 | 0.96 | 0.39 |
| Hex | 4 | AC | C5 | 62 | D | 0 | 17 | BC | 60 | 27 |
| Octal | 4 | 254 | 305 | 142 | 15 | 0 | 27 | 274 | 140 | 47 |
| Binary | 100 | 10101100 | 11000101 | 1100010 | 1101 | 0 | 10111 | 10111100 | 1100000 | 100111 |
Color Harmonies of #04ACC5
Complementary color
Monochromatic Colors of #04ACC5
Black with #04ACC5
Text Example
Text Example
White with #04ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACC5; }
p { color: rgb(4,172,197); }
H1.HeaderClassName
{
color: #04ACC5;
}
.AnyTagClassName
{
color: #04ACC5;
}
</style>
background-color css
<style>
a { background-color: #04ACC5; }
a { background-color: rgb(4,172,197); }
div.DivClassName
{
background-color: #04ACC5;
}
.BgClassName
{
background-color: #04ACC5;
}
</style>
border-color css
<style>
span { border-color: #04ACC5; }
span { border-color: rgb(4,172,197); }
td.TdClassName
{
border-color: #04ACC5;
}
.TagClassName
{
border-color: #04ACC5;
}
</style>