Shades of Iris Blue #04AECE
Tints of Iris Blue #04AECE
RGB
CMYK
RGB Variations
Color information
#04AECE (or 0x04AECE) is known color: Iris Blue. HEX triplet: 04, AE and CE. RGB value is (4,174,206). Sum of RGB (Red+Green+Blue) = 4+174+206=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #04AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AECE is #FB5131. Grayscale: #7E7E7E. Windows color (decimal): -16470322 or 13544964. OLE color: 13544964.
HSL color Cylindrical-coordinate representation of color #04AECE: hue angle of 189.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AECE is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 174 | 206 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.19 |
| HSL | 189.5º | 0.96% | 0.41% | - |
| HSV(B) | 189.5º | 0.98% | 0.81% | - |
| XYZ | 26.33 | 34.75 | 63.71 | - |
| YUV | 126.82 | 172.68 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 174 | 206 | 0.98 | 0.16 | 0 | 0.19 | 189.5 | 0.96 | 0.41 |
| Hex | 4 | AE | CE | 62 | 10 | 0 | 13 | BE | 60 | 29 |
| Octal | 4 | 256 | 316 | 142 | 20 | 0 | 23 | 276 | 140 | 51 |
| Binary | 100 | 10101110 | 11001110 | 1100010 | 10000 | 0 | 10011 | 10111110 | 1100000 | 101001 |
Color Harmonies of #04AECE
Complementary color
Monochromatic Colors of #04AECE
Black with #04AECE
Text Example
Text Example
White with #04AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AECE; }
p { color: rgb(4,174,206); }
H1.HeaderClassName
{
color: #04AECE;
}
.AnyTagClassName
{
color: #04AECE;
}
</style>
background-color css
<style>
a { background-color: #04AECE; }
a { background-color: rgb(4,174,206); }
div.DivClassName
{
background-color: #04AECE;
}
.BgClassName
{
background-color: #04AECE;
}
</style>
border-color css
<style>
span { border-color: #04AECE; }
span { border-color: rgb(4,174,206); }
td.TdClassName
{
border-color: #04AECE;
}
.TagClassName
{
border-color: #04AECE;
}
</style>