Shades of Iris Blue #04AED1
Tints of Iris Blue #04AED1
RGB
CMYK
RGB Variations
Color information
#04AED1 (or 0x04AED1) is known color: Iris Blue. HEX triplet: 04, AE and D1. RGB value is (4,174,209). Sum of RGB (Red+Green+Blue) = 4+174+209=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #04AED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AED1 is #FB512E. Grayscale: #7E7E7E. Windows color (decimal): -16470319 or 13741572. OLE color: 13741572.
HSL color Cylindrical-coordinate representation of color #04AED1: hue angle of 190.24º 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 #04AED1 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 174 | 209 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.18 |
| HSL | 190.24º | 0.96% | 0.42% | - |
| HSV(B) | 190.24º | 0.98% | 0.82% | - |
| XYZ | 26.69 | 34.9 | 65.65 | - |
| YUV | 127.16 | 174.18 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 174 | 209 | 0.98 | 0.17 | 0 | 0.18 | 190.24 | 0.96 | 0.42 |
| Hex | 4 | AE | D1 | 62 | 11 | 0 | 12 | BE | 60 | 2A |
| Octal | 4 | 256 | 321 | 142 | 21 | 0 | 22 | 276 | 140 | 52 |
| Binary | 100 | 10101110 | 11010001 | 1100010 | 10001 | 0 | 10010 | 10111110 | 1100000 | 101010 |
Color Harmonies of #04AED1
Complementary color
Monochromatic Colors of #04AED1
Black with #04AED1
Text Example
Text Example
White with #04AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AED1; }
p { color: rgb(4,174,209); }
H1.HeaderClassName
{
color: #04AED1;
}
.AnyTagClassName
{
color: #04AED1;
}
</style>
background-color css
<style>
a { background-color: #04AED1; }
a { background-color: rgb(4,174,209); }
div.DivClassName
{
background-color: #04AED1;
}
.BgClassName
{
background-color: #04AED1;
}
</style>
border-color css
<style>
span { border-color: #04AED1; }
span { border-color: rgb(4,174,209); }
td.TdClassName
{
border-color: #04AED1;
}
.TagClassName
{
border-color: #04AED1;
}
</style>