Shades of Iris Blue #04ADCD
Tints of Iris Blue #04ADCD
RGB
CMYK
RGB Variations
Color information
#04ADCD (or 0x04ADCD) is known color: Iris Blue. HEX triplet: 04, AD and CD. RGB value is (4,173,205). Sum of RGB (Red+Green+Blue) = 4+173+205=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #04ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADCD is #FB5232. Grayscale: #7D7D7D. Windows color (decimal): -16470579 or 13479172. OLE color: 13479172.
HSL color Cylindrical-coordinate representation of color #04ADCD: hue angle of 189.55º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADCD is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 173 | 205 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.20 |
| HSL | 189.55º | 0.96% | 0.41% | - |
| HSV(B) | 189.55º | 0.98% | 0.8% | - |
| XYZ | 26.01 | 34.32 | 63.01 | - |
| YUV | 126.12 | 172.51 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 205 | 0.98 | 0.16 | 0 | 0.20 | 189.55 | 0.96 | 0.41 |
| Hex | 4 | AD | CD | 62 | 10 | 0 | 14 | BE | 60 | 29 |
| Octal | 4 | 255 | 315 | 142 | 20 | 0 | 24 | 276 | 140 | 51 |
| Binary | 100 | 10101101 | 11001101 | 1100010 | 10000 | 0 | 10100 | 10111110 | 1100000 | 101001 |
Color Harmonies of #04ADCD
Complementary color
Monochromatic Colors of #04ADCD
Black with #04ADCD
Text Example
Text Example
White with #04ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADCD; }
p { color: rgb(4,173,205); }
H1.HeaderClassName
{
color: #04ADCD;
}
.AnyTagClassName
{
color: #04ADCD;
}
</style>
background-color css
<style>
a { background-color: #04ADCD; }
a { background-color: rgb(4,173,205); }
div.DivClassName
{
background-color: #04ADCD;
}
.BgClassName
{
background-color: #04ADCD;
}
</style>
border-color css
<style>
span { border-color: #04ADCD; }
span { border-color: rgb(4,173,205); }
td.TdClassName
{
border-color: #04ADCD;
}
.TagClassName
{
border-color: #04ADCD;
}
</style>