Shades of Iris Blue #04ACD3
Tints of Iris Blue #04ACD3
RGB
CMYK
RGB Variations
Color information
#04ACD3 (or 0x04ACD3) is known color: Iris Blue. HEX triplet: 04, AC and D3. RGB value is (4,172,211). Sum of RGB (Red+Green+Blue) = 4+172+211=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #04ACD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACD3 is #FB532C. Grayscale: #7D7D7D. Windows color (decimal): -16470829 or 13872132. OLE color: 13872132.
HSL color Cylindrical-coordinate representation of color #04ACD3: hue angle of 191.3º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACD3 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 172 | 211 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.17 |
| HSL | 191.3º | 0.96% | 0.42% | - |
| HSV(B) | 191.3º | 0.98% | 0.83% | - |
| XYZ | 26.56 | 34.23 | 66.84 | - |
| YUV | 126.21 | 175.84 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 211 | 0.98 | 0.18 | 0 | 0.17 | 191.3 | 0.96 | 0.42 |
| Hex | 4 | AC | D3 | 62 | 12 | 0 | 11 | BF | 60 | 2A |
| Octal | 4 | 254 | 323 | 142 | 22 | 0 | 21 | 277 | 140 | 52 |
| Binary | 100 | 10101100 | 11010011 | 1100010 | 10010 | 0 | 10001 | 10111111 | 1100000 | 101010 |
Color Harmonies of #04ACD3
Complementary color
Monochromatic Colors of #04ACD3
Black with #04ACD3
Text Example
Text Example
White with #04ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACD3; }
p { color: rgb(4,172,211); }
H1.HeaderClassName
{
color: #04ACD3;
}
.AnyTagClassName
{
color: #04ACD3;
}
</style>
background-color css
<style>
a { background-color: #04ACD3; }
a { background-color: rgb(4,172,211); }
div.DivClassName
{
background-color: #04ACD3;
}
.BgClassName
{
background-color: #04ACD3;
}
</style>
border-color css
<style>
span { border-color: #04ACD3; }
span { border-color: rgb(4,172,211); }
td.TdClassName
{
border-color: #04ACD3;
}
.TagClassName
{
border-color: #04ACD3;
}
</style>