Shades of Iris Blue #04ACD6
Tints of Iris Blue #04ACD6
RGB
CMYK
RGB Variations
Color information
#04ACD6 (or 0x04ACD6) is known color: Iris Blue. HEX triplet: 04, AC and D6. RGB value is (4,172,214). Sum of RGB (Red+Green+Blue) = 4+172+214=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #04ACD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACD6 is #FB5329. Grayscale: #7E7E7E. Windows color (decimal): -16470826 or 14068740. OLE color: 14068740.
HSL color Cylindrical-coordinate representation of color #04ACD6: hue angle of 192º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACD6 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 172 | 214 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.16 |
| HSL | 192º | 0.96% | 0.43% | - |
| HSV(B) | 192º | 0.98% | 0.84% | - |
| XYZ | 26.94 | 34.39 | 68.84 | - |
| YUV | 126.56 | 177.34 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 214 | 0.98 | 0.20 | 0 | 0.16 | 192 | 0.96 | 0.43 |
| Hex | 4 | AC | D6 | 62 | 14 | 0 | 10 | C0 | 60 | 2B |
| Octal | 4 | 254 | 326 | 142 | 24 | 0 | 20 | 300 | 140 | 53 |
| Binary | 100 | 10101100 | 11010110 | 1100010 | 10100 | 0 | 10000 | 11000000 | 1100000 | 101011 |
Color Harmonies of #04ACD6
Complementary color
Monochromatic Colors of #04ACD6
Black with #04ACD6
Text Example
Text Example
White with #04ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACD6; }
p { color: rgb(4,172,214); }
H1.HeaderClassName
{
color: #04ACD6;
}
.AnyTagClassName
{
color: #04ACD6;
}
</style>
background-color css
<style>
a { background-color: #04ACD6; }
a { background-color: rgb(4,172,214); }
div.DivClassName
{
background-color: #04ACD6;
}
.BgClassName
{
background-color: #04ACD6;
}
</style>
border-color css
<style>
span { border-color: #04ACD6; }
span { border-color: rgb(4,172,214); }
td.TdClassName
{
border-color: #04ACD6;
}
.TagClassName
{
border-color: #04ACD6;
}
</style>