Shades of Iris Blue #04AADC
Tints of Iris Blue #04AADC
RGB
CMYK
RGB Variations
Color information
#04AADC (or 0x04AADC) is known color: Iris Blue. HEX triplet: 04, AA and DC. RGB value is (4,170,220). Sum of RGB (Red+Green+Blue) = 4+170+220=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #04AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AADC is #FB5523. Grayscale: #7D7D7D. Windows color (decimal): -16471332 or 14461444. OLE color: 14461444.
HSL color Cylindrical-coordinate representation of color #04AADC: hue angle of 193.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AADC is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 170 | 220 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.14 |
| HSL | 193.89º | 0.96% | 0.44% | - |
| HSV(B) | 193.89º | 0.98% | 0.86% | - |
| XYZ | 27.34 | 33.94 | 72.82 | - |
| YUV | 126.07 | 181 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 220 | 0.98 | 0.23 | 0 | 0.14 | 193.89 | 0.96 | 0.44 |
| Hex | 4 | AA | DC | 62 | 17 | 0 | E | C2 | 60 | 2C |
| Octal | 4 | 252 | 334 | 142 | 27 | 0 | 16 | 302 | 140 | 54 |
| Binary | 100 | 10101010 | 11011100 | 1100010 | 10111 | 0 | 1110 | 11000010 | 1100000 | 101100 |
Color Harmonies of #04AADC
Complementary color
Monochromatic Colors of #04AADC
Black with #04AADC
Text Example
Text Example
White with #04AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AADC; }
p { color: rgb(4,170,220); }
H1.HeaderClassName
{
color: #04AADC;
}
.AnyTagClassName
{
color: #04AADC;
}
</style>
background-color css
<style>
a { background-color: #04AADC; }
a { background-color: rgb(4,170,220); }
div.DivClassName
{
background-color: #04AADC;
}
.BgClassName
{
background-color: #04AADC;
}
</style>
border-color css
<style>
span { border-color: #04AADC; }
span { border-color: rgb(4,170,220); }
td.TdClassName
{
border-color: #04AADC;
}
.TagClassName
{
border-color: #04AADC;
}
</style>