Shades of Iris Blue #04ACE1
Tints of Iris Blue #04ACE1
RGB
CMYK
RGB Variations
Color information
#04ACE1 (or 0x04ACE1) is known color: Iris Blue. HEX triplet: 04, AC and E1. RGB value is (4,172,225). Sum of RGB (Red+Green+Blue) = 4+172+225=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #04ACE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACE1 is #FB531E. Grayscale: #7F7F7F. Windows color (decimal): -16470815 or 14789636. OLE color: 14789636.
HSL color Cylindrical-coordinate representation of color #04ACE1: hue angle of 194.39º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACE1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 172 | 225 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.12 |
| HSL | 194.39º | 0.97% | 0.45% | - |
| HSV(B) | 194.39º | 0.98% | 0.88% | - |
| XYZ | 28.39 | 34.97 | 76.49 | - |
| YUV | 127.81 | 182.84 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 225 | 0.98 | 0.24 | 0 | 0.12 | 194.39 | 0.97 | 0.45 |
| Hex | 4 | AC | E1 | 62 | 18 | 0 | C | C2 | 61 | 2D |
| Octal | 4 | 254 | 341 | 142 | 30 | 0 | 14 | 302 | 141 | 55 |
| Binary | 100 | 10101100 | 11100001 | 1100010 | 11000 | 0 | 1100 | 11000010 | 1100001 | 101101 |
Color Harmonies of #04ACE1
Complementary color
Monochromatic Colors of #04ACE1
Black with #04ACE1
Text Example
Text Example
White with #04ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACE1; }
p { color: rgb(4,172,225); }
H1.HeaderClassName
{
color: #04ACE1;
}
.AnyTagClassName
{
color: #04ACE1;
}
</style>
background-color css
<style>
a { background-color: #04ACE1; }
a { background-color: rgb(4,172,225); }
div.DivClassName
{
background-color: #04ACE1;
}
.BgClassName
{
background-color: #04ACE1;
}
</style>
border-color css
<style>
span { border-color: #04ACE1; }
span { border-color: rgb(4,172,225); }
td.TdClassName
{
border-color: #04ACE1;
}
.TagClassName
{
border-color: #04ACE1;
}
</style>