Shades of Iris Blue #04AEDA
Tints of Iris Blue #04AEDA
RGB
CMYK
RGB Variations
Color information
#04AEDA (or 0x04AEDA) is known color: Iris Blue. HEX triplet: 04, AE and DA. RGB value is (4,174,218). Sum of RGB (Red+Green+Blue) = 4+174+218=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #04AEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AEDA is #FB5125. Grayscale: #7F7F7F. Windows color (decimal): -16470310 or 14331396. OLE color: 14331396.
HSL color Cylindrical-coordinate representation of color #04AEDA: hue angle of 192.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AEDA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 174 | 218 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.15 |
| HSL | 192.34º | 0.96% | 0.44% | - |
| HSV(B) | 192.34º | 0.98% | 0.85% | - |
| XYZ | 27.84 | 35.36 | 71.69 | - |
| YUV | 128.19 | 178.68 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 174 | 218 | 0.98 | 0.20 | 0 | 0.15 | 192.34 | 0.96 | 0.44 |
| Hex | 4 | AE | DA | 62 | 14 | 0 | F | C0 | 60 | 2C |
| Octal | 4 | 256 | 332 | 142 | 24 | 0 | 17 | 300 | 140 | 54 |
| Binary | 100 | 10101110 | 11011010 | 1100010 | 10100 | 0 | 1111 | 11000000 | 1100000 | 101100 |
Color Harmonies of #04AEDA
Complementary color
Monochromatic Colors of #04AEDA
Black with #04AEDA
Text Example
Text Example
White with #04AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AEDA; }
p { color: rgb(4,174,218); }
H1.HeaderClassName
{
color: #04AEDA;
}
.AnyTagClassName
{
color: #04AEDA;
}
</style>
background-color css
<style>
a { background-color: #04AEDA; }
a { background-color: rgb(4,174,218); }
div.DivClassName
{
background-color: #04AEDA;
}
.BgClassName
{
background-color: #04AEDA;
}
</style>
border-color css
<style>
span { border-color: #04AEDA; }
span { border-color: rgb(4,174,218); }
td.TdClassName
{
border-color: #04AEDA;
}
.TagClassName
{
border-color: #04AEDA;
}
</style>