Shades of Iris Blue #04A8D1
Tints of Iris Blue #04A8D1
RGB
CMYK
RGB Variations
Color information
#04A8D1 (or 0x04A8D1) is known color: Iris Blue. HEX triplet: 04, A8 and D1. RGB value is (4,168,209). Sum of RGB (Red+Green+Blue) = 4+168+209=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #04A8D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8D1 is #FB572E. Grayscale: #7B7B7B. Windows color (decimal): -16471855 or 13740036. OLE color: 13740036.
HSL color Cylindrical-coordinate representation of color #04A8D1: hue angle of 192º 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 #04A8D1 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 168 | 209 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.18 |
| HSL | 192º | 0.96% | 0.42% | - |
| HSV(B) | 192º | 0.98% | 0.82% | - |
| XYZ | 25.56 | 32.63 | 65.27 | - |
| YUV | 123.64 | 176.17 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 209 | 0.98 | 0.20 | 0 | 0.18 | 192 | 0.96 | 0.42 |
| Hex | 4 | A8 | D1 | 62 | 14 | 0 | 12 | C0 | 60 | 2A |
| Octal | 4 | 250 | 321 | 142 | 24 | 0 | 22 | 300 | 140 | 52 |
| Binary | 100 | 10101000 | 11010001 | 1100010 | 10100 | 0 | 10010 | 11000000 | 1100000 | 101010 |
Color Harmonies of #04A8D1
Complementary color
Monochromatic Colors of #04A8D1
Black with #04A8D1
Text Example
Text Example
White with #04A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A8D1; }
p { color: rgb(4,168,209); }
H1.HeaderClassName
{
color: #04A8D1;
}
.AnyTagClassName
{
color: #04A8D1;
}
</style>
background-color css
<style>
a { background-color: #04A8D1; }
a { background-color: rgb(4,168,209); }
div.DivClassName
{
background-color: #04A8D1;
}
.BgClassName
{
background-color: #04A8D1;
}
</style>
border-color css
<style>
span { border-color: #04A8D1; }
span { border-color: rgb(4,168,209); }
td.TdClassName
{
border-color: #04A8D1;
}
.TagClassName
{
border-color: #04A8D1;
}
</style>