Shades of Iris Blue #04ADE1
Tints of Iris Blue #04ADE1
RGB
CMYK
RGB Variations
Color information
#04ADE1 (or 0x04ADE1) is known color: Iris Blue. HEX triplet: 04, AD and E1. RGB value is (4,173,225). Sum of RGB (Red+Green+Blue) = 4+173+225=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #04ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADE1 is #FB521E. Grayscale: #808080. Windows color (decimal): -16470559 or 14789892. OLE color: 14789892.
HSL color Cylindrical-coordinate representation of color #04ADE1: hue angle of 194.12º degrees, saturation: 0.97, 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 #04ADE1 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 173 | 225 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.12 |
| HSL | 194.12º | 0.97% | 0.45% | - |
| HSV(B) | 194.12º | 0.98% | 0.88% | - |
| XYZ | 28.58 | 35.35 | 76.55 | - |
| YUV | 128.4 | 182.51 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 225 | 0.98 | 0.23 | 0 | 0.12 | 194.12 | 0.97 | 0.45 |
| Hex | 4 | AD | E1 | 62 | 17 | 0 | C | C2 | 61 | 2D |
| Octal | 4 | 255 | 341 | 142 | 27 | 0 | 14 | 302 | 141 | 55 |
| Binary | 100 | 10101101 | 11100001 | 1100010 | 10111 | 0 | 1100 | 11000010 | 1100001 | 101101 |
Color Harmonies of #04ADE1
Complementary color
Monochromatic Colors of #04ADE1
Black with #04ADE1
Text Example
Text Example
White with #04ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADE1; }
p { color: rgb(4,173,225); }
H1.HeaderClassName
{
color: #04ADE1;
}
.AnyTagClassName
{
color: #04ADE1;
}
</style>
background-color css
<style>
a { background-color: #04ADE1; }
a { background-color: rgb(4,173,225); }
div.DivClassName
{
background-color: #04ADE1;
}
.BgClassName
{
background-color: #04ADE1;
}
</style>
border-color css
<style>
span { border-color: #04ADE1; }
span { border-color: rgb(4,173,225); }
td.TdClassName
{
border-color: #04ADE1;
}
.TagClassName
{
border-color: #04ADE1;
}
</style>