Shades of Iris Blue #04A8E3
Tints of Iris Blue #04A8E3
RGB
CMYK
RGB Variations
Color information
#04A8E3 (or 0x04A8E3) is known color: Iris Blue. HEX triplet: 04, A8 and E3. RGB value is (4,168,227). Sum of RGB (Red+Green+Blue) = 4+168+227=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #04A8E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8E3 is #FB571C. Grayscale: #7D7D7D. Windows color (decimal): -16471837 or 14919684. OLE color: 14919684.
HSL color Cylindrical-coordinate representation of color #04A8E3: hue angle of 195.87º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A8E3 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 168 | 227 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.11 |
| HSL | 195.87º | 0.97% | 0.45% | - |
| HSV(B) | 195.87º | 0.98% | 0.89% | - |
| XYZ | 27.92 | 33.58 | 77.68 | - |
| YUV | 125.69 | 185.17 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 227 | 0.98 | 0.26 | 0 | 0.11 | 195.87 | 0.97 | 0.45 |
| Hex | 4 | A8 | E3 | 62 | 1A | 0 | B | C4 | 61 | 2D |
| Octal | 4 | 250 | 343 | 142 | 32 | 0 | 13 | 304 | 141 | 55 |
| Binary | 100 | 10101000 | 11100011 | 1100010 | 11010 | 0 | 1011 | 11000100 | 1100001 | 101101 |
Color Harmonies of #04A8E3
Complementary color
Monochromatic Colors of #04A8E3
Black with #04A8E3
Text Example
Text Example
White with #04A8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A8E3; }
p { color: rgb(4,168,227); }
H1.HeaderClassName
{
color: #04A8E3;
}
.AnyTagClassName
{
color: #04A8E3;
}
</style>
background-color css
<style>
a { background-color: #04A8E3; }
a { background-color: rgb(4,168,227); }
div.DivClassName
{
background-color: #04A8E3;
}
.BgClassName
{
background-color: #04A8E3;
}
</style>
border-color css
<style>
span { border-color: #04A8E3; }
span { border-color: rgb(4,168,227); }
td.TdClassName
{
border-color: #04A8E3;
}
.TagClassName
{
border-color: #04A8E3;
}
</style>