Shades of Iris Blue #04A9D0
Tints of Iris Blue #04A9D0
RGB
CMYK
RGB Variations
Color information
#04A9D0 (or 0x04A9D0) is known color: Iris Blue. HEX triplet: 04, A9 and D0. RGB value is (4,169,208). Sum of RGB (Red+Green+Blue) = 4+169+208=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #04A9D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A9D0 is #FB562F. Grayscale: #7B7B7B. Windows color (decimal): -16471600 or 13674756. OLE color: 13674756.
HSL color Cylindrical-coordinate representation of color #04A9D0: hue angle of 191.47º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A9D0 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 169 | 208 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.18 |
| HSL | 191.47º | 0.96% | 0.42% | - |
| HSV(B) | 191.47º | 0.98% | 0.82% | - |
| XYZ | 25.62 | 32.96 | 64.69 | - |
| YUV | 124.11 | 175.34 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 208 | 0.98 | 0.19 | 0 | 0.18 | 191.47 | 0.96 | 0.42 |
| Hex | 4 | A9 | D0 | 62 | 13 | 0 | 12 | BF | 60 | 2A |
| Octal | 4 | 251 | 320 | 142 | 23 | 0 | 22 | 277 | 140 | 52 |
| Binary | 100 | 10101001 | 11010000 | 1100010 | 10011 | 0 | 10010 | 10111111 | 1100000 | 101010 |
Color Harmonies of #04A9D0
Complementary color
Monochromatic Colors of #04A9D0
Black with #04A9D0
Text Example
Text Example
White with #04A9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A9D0; }
p { color: rgb(4,169,208); }
H1.HeaderClassName
{
color: #04A9D0;
}
.AnyTagClassName
{
color: #04A9D0;
}
</style>
background-color css
<style>
a { background-color: #04A9D0; }
a { background-color: rgb(4,169,208); }
div.DivClassName
{
background-color: #04A9D0;
}
.BgClassName
{
background-color: #04A9D0;
}
</style>
border-color css
<style>
span { border-color: #04A9D0; }
span { border-color: rgb(4,169,208); }
td.TdClassName
{
border-color: #04A9D0;
}
.TagClassName
{
border-color: #04A9D0;
}
</style>