Shades of Iris Blue #04ADE4
Tints of Iris Blue #04ADE4
RGB
CMYK
RGB Variations
Color information
#04ADE4 (or 0x04ADE4) is known color: Iris Blue. HEX triplet: 04, AD and E4. RGB value is (4,173,228). Sum of RGB (Red+Green+Blue) = 4+173+228=405 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #04ADE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADE4 is #FB521B. Grayscale: #808080. Windows color (decimal): -16470556 or 14986500. OLE color: 14986500.
HSL color Cylindrical-coordinate representation of color #04ADE4: hue angle of 194.73º 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 #04ADE4 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 173 | 228 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.11 |
| HSL | 194.73º | 0.97% | 0.45% | - |
| HSV(B) | 194.73º | 0.98% | 0.89% | - |
| XYZ | 29 | 35.51 | 78.73 | - |
| YUV | 128.74 | 184.01 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 228 | 0.98 | 0.24 | 0 | 0.11 | 194.73 | 0.97 | 0.45 |
| Hex | 4 | AD | E4 | 62 | 18 | 0 | B | C3 | 61 | 2D |
| Octal | 4 | 255 | 344 | 142 | 30 | 0 | 13 | 303 | 141 | 55 |
| Binary | 100 | 10101101 | 11100100 | 1100010 | 11000 | 0 | 1011 | 11000011 | 1100001 | 101101 |
Color Harmonies of #04ADE4
Complementary color
Monochromatic Colors of #04ADE4
Black with #04ADE4
Text Example
Text Example
White with #04ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADE4; }
p { color: rgb(4,173,228); }
H1.HeaderClassName
{
color: #04ADE4;
}
.AnyTagClassName
{
color: #04ADE4;
}
</style>
background-color css
<style>
a { background-color: #04ADE4; }
a { background-color: rgb(4,173,228); }
div.DivClassName
{
background-color: #04ADE4;
}
.BgClassName
{
background-color: #04ADE4;
}
</style>
border-color css
<style>
span { border-color: #04ADE4; }
span { border-color: rgb(4,173,228); }
td.TdClassName
{
border-color: #04ADE4;
}
.TagClassName
{
border-color: #04ADE4;
}
</style>