Shades of Iris Blue #04ADD5
Tints of Iris Blue #04ADD5
RGB
CMYK
RGB Variations
Color information
#04ADD5 (or 0x04ADD5) is known color: Iris Blue. HEX triplet: 04, AD and D5. RGB value is (4,173,213). Sum of RGB (Red+Green+Blue) = 4+173+213=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #04ADD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADD5 is #FB522A. Grayscale: #7E7E7E. Windows color (decimal): -16470571 or 14003460. OLE color: 14003460.
HSL color Cylindrical-coordinate representation of color #04ADD5: hue angle of 191.48º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADD5 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 173 | 213 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.16 |
| HSL | 191.48º | 0.96% | 0.43% | - |
| HSV(B) | 191.48º | 0.98% | 0.84% | - |
| XYZ | 27 | 34.72 | 68.23 | - |
| YUV | 127.03 | 176.51 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 213 | 0.98 | 0.19 | 0 | 0.16 | 191.48 | 0.96 | 0.43 |
| Hex | 4 | AD | D5 | 62 | 13 | 0 | 10 | BF | 60 | 2B |
| Octal | 4 | 255 | 325 | 142 | 23 | 0 | 20 | 277 | 140 | 53 |
| Binary | 100 | 10101101 | 11010101 | 1100010 | 10011 | 0 | 10000 | 10111111 | 1100000 | 101011 |
Color Harmonies of #04ADD5
Complementary color
Monochromatic Colors of #04ADD5
Black with #04ADD5
Text Example
Text Example
White with #04ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADD5; }
p { color: rgb(4,173,213); }
H1.HeaderClassName
{
color: #04ADD5;
}
.AnyTagClassName
{
color: #04ADD5;
}
</style>
background-color css
<style>
a { background-color: #04ADD5; }
a { background-color: rgb(4,173,213); }
div.DivClassName
{
background-color: #04ADD5;
}
.BgClassName
{
background-color: #04ADD5;
}
</style>
border-color css
<style>
span { border-color: #04ADD5; }
span { border-color: rgb(4,173,213); }
td.TdClassName
{
border-color: #04ADD5;
}
.TagClassName
{
border-color: #04ADD5;
}
</style>