Shades of Iris Blue #04ADC3
Tints of Iris Blue #04ADC3
RGB
CMYK
RGB Variations
Color information
#04ADC3 (or 0x04ADC3) is known color: Iris Blue. HEX triplet: 04, AD and C3. RGB value is (4,173,195). Sum of RGB (Red+Green+Blue) = 4+173+195=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #04ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADC3 is #FB523C. Grayscale: #7C7C7C. Windows color (decimal): -16470589 or 12823812. OLE color: 12823812.
HSL color Cylindrical-coordinate representation of color #04ADC3: hue angle of 186.91º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADC3 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 173 | 195 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.24 |
| HSL | 186.91º | 0.96% | 0.39% | - |
| HSV(B) | 186.91º | 0.98% | 0.76% | - |
| XYZ | 24.84 | 33.85 | 56.85 | - |
| YUV | 124.98 | 167.51 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 195 | 0.98 | 0.11 | 0 | 0.24 | 186.91 | 0.96 | 0.39 |
| Hex | 4 | AD | C3 | 62 | B | 0 | 18 | BB | 60 | 27 |
| Octal | 4 | 255 | 303 | 142 | 13 | 0 | 30 | 273 | 140 | 47 |
| Binary | 100 | 10101101 | 11000011 | 1100010 | 1011 | 0 | 11000 | 10111011 | 1100000 | 100111 |
Color Harmonies of #04ADC3
Complementary color
Monochromatic Colors of #04ADC3
Black with #04ADC3
Text Example
Text Example
White with #04ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADC3; }
p { color: rgb(4,173,195); }
H1.HeaderClassName
{
color: #04ADC3;
}
.AnyTagClassName
{
color: #04ADC3;
}
</style>
background-color css
<style>
a { background-color: #04ADC3; }
a { background-color: rgb(4,173,195); }
div.DivClassName
{
background-color: #04ADC3;
}
.BgClassName
{
background-color: #04ADC3;
}
</style>
border-color css
<style>
span { border-color: #04ADC3; }
span { border-color: rgb(4,173,195); }
td.TdClassName
{
border-color: #04ADC3;
}
.TagClassName
{
border-color: #04ADC3;
}
</style>