Shades of Iris Blue #04ADD9
Tints of Iris Blue #04ADD9
RGB
CMYK
RGB Variations
Color information
#04ADD9 (or 0x04ADD9) is known color: Iris Blue. HEX triplet: 04, AD and D9. RGB value is (4,173,217). Sum of RGB (Red+Green+Blue) = 4+173+217=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #04ADD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADD9 is #FB5226. Grayscale: #7F7F7F. Windows color (decimal): -16470567 or 14265604. OLE color: 14265604.
HSL color Cylindrical-coordinate representation of color #04ADD9: hue angle of 192.39º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADD9 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 173 | 217 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.15 |
| HSL | 192.39º | 0.96% | 0.43% | - |
| HSV(B) | 192.39º | 0.98% | 0.85% | - |
| XYZ | 27.52 | 34.92 | 70.94 | - |
| YUV | 127.49 | 178.51 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 217 | 0.98 | 0.20 | 0 | 0.15 | 192.39 | 0.96 | 0.43 |
| Hex | 4 | AD | D9 | 62 | 14 | 0 | F | C0 | 60 | 2B |
| Octal | 4 | 255 | 331 | 142 | 24 | 0 | 17 | 300 | 140 | 53 |
| Binary | 100 | 10101101 | 11011001 | 1100010 | 10100 | 0 | 1111 | 11000000 | 1100000 | 101011 |
Color Harmonies of #04ADD9
Complementary color
Monochromatic Colors of #04ADD9
Black with #04ADD9
Text Example
Text Example
White with #04ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADD9; }
p { color: rgb(4,173,217); }
H1.HeaderClassName
{
color: #04ADD9;
}
.AnyTagClassName
{
color: #04ADD9;
}
</style>
background-color css
<style>
a { background-color: #04ADD9; }
a { background-color: rgb(4,173,217); }
div.DivClassName
{
background-color: #04ADD9;
}
.BgClassName
{
background-color: #04ADD9;
}
</style>
border-color css
<style>
span { border-color: #04ADD9; }
span { border-color: rgb(4,173,217); }
td.TdClassName
{
border-color: #04ADD9;
}
.TagClassName
{
border-color: #04ADD9;
}
</style>