Shades of Iris Blue #04ACC9
Tints of Iris Blue #04ACC9
RGB
CMYK
RGB Variations
Color information
#04ACC9 (or 0x04ACC9) is known color: Iris Blue. HEX triplet: 04, AC and C9. RGB value is (4,172,201). Sum of RGB (Red+Green+Blue) = 4+172+201=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #04ACC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACC9 is #FB5336. Grayscale: #7C7C7C. Windows color (decimal): -16470839 or 13216772. OLE color: 13216772.
HSL color Cylindrical-coordinate representation of color #04ACC9: hue angle of 188.83º 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 #04ACC9 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 172 | 201 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.21 |
| HSL | 188.83º | 0.96% | 0.4% | - |
| HSV(B) | 188.83º | 0.98% | 0.79% | - |
| XYZ | 25.35 | 33.75 | 60.44 | - |
| YUV | 125.07 | 170.84 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 201 | 0.98 | 0.14 | 0 | 0.21 | 188.83 | 0.96 | 0.4 |
| Hex | 4 | AC | C9 | 62 | E | 0 | 15 | BD | 60 | 28 |
| Octal | 4 | 254 | 311 | 142 | 16 | 0 | 25 | 275 | 140 | 50 |
| Binary | 100 | 10101100 | 11001001 | 1100010 | 1110 | 0 | 10101 | 10111101 | 1100000 | 101000 |
Color Harmonies of #04ACC9
Complementary color
Monochromatic Colors of #04ACC9
Black with #04ACC9
Text Example
Text Example
White with #04ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACC9; }
p { color: rgb(4,172,201); }
H1.HeaderClassName
{
color: #04ACC9;
}
.AnyTagClassName
{
color: #04ACC9;
}
</style>
background-color css
<style>
a { background-color: #04ACC9; }
a { background-color: rgb(4,172,201); }
div.DivClassName
{
background-color: #04ACC9;
}
.BgClassName
{
background-color: #04ACC9;
}
</style>
border-color css
<style>
span { border-color: #04ACC9; }
span { border-color: rgb(4,172,201); }
td.TdClassName
{
border-color: #04ACC9;
}
.TagClassName
{
border-color: #04ACC9;
}
</style>