Shades of Iris Blue #04ADCC
Tints of Iris Blue #04ADCC
RGB
CMYK
RGB Variations
Color information
#04ADCC (or 0x04ADCC) is known color: Iris Blue. HEX triplet: 04, AD and CC. RGB value is (4,173,204). Sum of RGB (Red+Green+Blue) = 4+173+204=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #04ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADCC is #FB5233. Grayscale: #7D7D7D. Windows color (decimal): -16470580 or 13413636. OLE color: 13413636.
HSL color Cylindrical-coordinate representation of color #04ADCC: hue angle of 189.3º 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 #04ADCC is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 173 | 204 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.2 |
| HSL | 189.3º | 0.96% | 0.41% | - |
| HSV(B) | 189.3º | 0.98% | 0.8% | - |
| XYZ | 25.89 | 34.27 | 62.38 | - |
| YUV | 126 | 172.01 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 204 | 0.98 | 0.15 | 0 | 0.2 | 189.3 | 0.96 | 0.41 |
| Hex | 4 | AD | CC | 62 | F | 0 | 14 | BD | 60 | 29 |
| Octal | 4 | 255 | 314 | 142 | 17 | 0 | 24 | 275 | 140 | 51 |
| Binary | 100 | 10101101 | 11001100 | 1100010 | 1111 | 0 | 10100 | 10111101 | 1100000 | 101001 |
Color Harmonies of #04ADCC
Complementary color
Monochromatic Colors of #04ADCC
Black with #04ADCC
Text Example
Text Example
White with #04ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADCC; }
p { color: rgb(4,173,204); }
H1.HeaderClassName
{
color: #04ADCC;
}
.AnyTagClassName
{
color: #04ADCC;
}
</style>
background-color css
<style>
a { background-color: #04ADCC; }
a { background-color: rgb(4,173,204); }
div.DivClassName
{
background-color: #04ADCC;
}
.BgClassName
{
background-color: #04ADCC;
}
</style>
border-color css
<style>
span { border-color: #04ADCC; }
span { border-color: rgb(4,173,204); }
td.TdClassName
{
border-color: #04ADCC;
}
.TagClassName
{
border-color: #04ADCC;
}
</style>