Shades of Iris Blue #03ADC0
Tints of Iris Blue #03ADC0
RGB
CMYK
RGB Variations
Color information
#03ADC0 (or 0x03ADC0) is known color: Iris Blue. HEX triplet: 03, AD and C0. RGB value is (3,173,192). Sum of RGB (Red+Green+Blue) = 3+173+192=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #03ADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADC0 is #FC523F. Grayscale: #7C7C7C. Windows color (decimal): -16536128 or 12627203. OLE color: 12627203.
HSL color Cylindrical-coordinate representation of color #03ADC0: hue angle of 186.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ADC0 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 173 | 192 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.25 |
| HSL | 186.03º | 0.97% | 0.38% | - |
| HSV(B) | 186.03º | 0.98% | 0.75% | - |
| XYZ | 24.5 | 33.71 | 55.09 | - |
| YUV | 124.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 192 | 0.98 | 0.10 | 0 | 0.25 | 186.03 | 0.97 | 0.38 |
| Hex | 3 | AD | C0 | 62 | A | 0 | 19 | BA | 61 | 26 |
| Octal | 3 | 255 | 300 | 142 | 12 | 0 | 31 | 272 | 141 | 46 |
| Binary | 11 | 10101101 | 11000000 | 1100010 | 1010 | 0 | 11001 | 10111010 | 1100001 | 100110 |
Color Harmonies of #03ADC0
Complementary color
Monochromatic Colors of #03ADC0
Black with #03ADC0
Text Example
Text Example
White with #03ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADC0; }
p { color: rgb(3,173,192); }
H1.HeaderClassName
{
color: #03ADC0;
}
.AnyTagClassName
{
color: #03ADC0;
}
</style>
background-color css
<style>
a { background-color: #03ADC0; }
a { background-color: rgb(3,173,192); }
div.DivClassName
{
background-color: #03ADC0;
}
.BgClassName
{
background-color: #03ADC0;
}
</style>
border-color css
<style>
span { border-color: #03ADC0; }
span { border-color: rgb(3,173,192); }
td.TdClassName
{
border-color: #03ADC0;
}
.TagClassName
{
border-color: #03ADC0;
}
</style>