Shades of Iris Blue #04ABE0
Tints of Iris Blue #04ABE0
RGB
CMYK
RGB Variations
Color information
#04ABE0 (or 0x04ABE0) is known color: Iris Blue. HEX triplet: 04, AB and E0. RGB value is (4,171,224). Sum of RGB (Red+Green+Blue) = 4+171+224=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #04ABE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABE0 is #FB541F. Grayscale: #7E7E7E. Windows color (decimal): -16471072 or 14723844. OLE color: 14723844.
HSL color Cylindrical-coordinate representation of color #04ABE0: hue angle of 194.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABE0 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 171 | 224 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.12 |
| HSL | 194.45º | 0.96% | 0.45% | - |
| HSV(B) | 194.45º | 0.98% | 0.88% | - |
| XYZ | 28.07 | 34.53 | 75.71 | - |
| YUV | 127.11 | 182.67 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 224 | 0.98 | 0.24 | 0 | 0.12 | 194.45 | 0.96 | 0.45 |
| Hex | 4 | AB | E0 | 62 | 18 | 0 | C | C2 | 60 | 2D |
| Octal | 4 | 253 | 340 | 142 | 30 | 0 | 14 | 302 | 140 | 55 |
| Binary | 100 | 10101011 | 11100000 | 1100010 | 11000 | 0 | 1100 | 11000010 | 1100000 | 101101 |
Color Harmonies of #04ABE0
Complementary color
Monochromatic Colors of #04ABE0
Black with #04ABE0
Text Example
Text Example
White with #04ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABE0; }
p { color: rgb(4,171,224); }
H1.HeaderClassName
{
color: #04ABE0;
}
.AnyTagClassName
{
color: #04ABE0;
}
</style>
background-color css
<style>
a { background-color: #04ABE0; }
a { background-color: rgb(4,171,224); }
div.DivClassName
{
background-color: #04ABE0;
}
.BgClassName
{
background-color: #04ABE0;
}
</style>
border-color css
<style>
span { border-color: #04ABE0; }
span { border-color: rgb(4,171,224); }
td.TdClassName
{
border-color: #04ABE0;
}
.TagClassName
{
border-color: #04ABE0;
}
</style>