Shades of Iris Blue #04AECD
Tints of Iris Blue #04AECD
RGB
CMYK
RGB Variations
Color information
#04AECD (or 0x04AECD) is known color: Iris Blue. HEX triplet: 04, AE and CD. RGB value is (4,174,205). Sum of RGB (Red+Green+Blue) = 4+174+205=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #04AECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AECD is #FB5132. Grayscale: #7E7E7E. Windows color (decimal): -16470323 or 13479428. OLE color: 13479428.
HSL color Cylindrical-coordinate representation of color #04AECD: hue angle of 189.25º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AECD is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 174 | 205 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.20 |
| HSL | 189.25º | 0.96% | 0.41% | - |
| HSV(B) | 189.25º | 0.98% | 0.8% | - |
| XYZ | 26.21 | 34.71 | 63.08 | - |
| YUV | 126.7 | 172.18 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 174 | 205 | 0.98 | 0.15 | 0 | 0.20 | 189.25 | 0.96 | 0.41 |
| Hex | 4 | AE | CD | 62 | F | 0 | 14 | BD | 60 | 29 |
| Octal | 4 | 256 | 315 | 142 | 17 | 0 | 24 | 275 | 140 | 51 |
| Binary | 100 | 10101110 | 11001101 | 1100010 | 1111 | 0 | 10100 | 10111101 | 1100000 | 101001 |
Color Harmonies of #04AECD
Complementary color
Monochromatic Colors of #04AECD
Black with #04AECD
Text Example
Text Example
White with #04AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AECD; }
p { color: rgb(4,174,205); }
H1.HeaderClassName
{
color: #04AECD;
}
.AnyTagClassName
{
color: #04AECD;
}
</style>
background-color css
<style>
a { background-color: #04AECD; }
a { background-color: rgb(4,174,205); }
div.DivClassName
{
background-color: #04AECD;
}
.BgClassName
{
background-color: #04AECD;
}
</style>
border-color css
<style>
span { border-color: #04AECD; }
span { border-color: rgb(4,174,205); }
td.TdClassName
{
border-color: #04AECD;
}
.TagClassName
{
border-color: #04AECD;
}
</style>