Shades of Iris Blue #03ADC5
Tints of Iris Blue #03ADC5
RGB
CMYK
RGB Variations
Color information
#03ADC5 (or 0x03ADC5) is known color: Iris Blue. HEX triplet: 03, AD and C5. RGB value is (3,173,197). Sum of RGB (Red+Green+Blue) = 3+173+197=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #03ADC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADC5 is #FC523A. Grayscale: #7C7C7C. Windows color (decimal): -16536123 or 12954883. OLE color: 12954883.
HSL color Cylindrical-coordinate representation of color #03ADC5: hue angle of 187.42º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ADC5 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 173 | 197 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.23 |
| HSL | 187.42º | 0.97% | 0.39% | - |
| HSV(B) | 187.42º | 0.98% | 0.77% | - |
| XYZ | 25.06 | 33.94 | 58.05 | - |
| YUV | 124.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 197 | 0.98 | 0.12 | 0 | 0.23 | 187.42 | 0.97 | 0.39 |
| Hex | 3 | AD | C5 | 62 | C | 0 | 17 | BB | 61 | 27 |
| Octal | 3 | 255 | 305 | 142 | 14 | 0 | 27 | 273 | 141 | 47 |
| Binary | 11 | 10101101 | 11000101 | 1100010 | 1100 | 0 | 10111 | 10111011 | 1100001 | 100111 |
Color Harmonies of #03ADC5
Complementary color
Monochromatic Colors of #03ADC5
Black with #03ADC5
Text Example
Text Example
White with #03ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADC5; }
p { color: rgb(3,173,197); }
H1.HeaderClassName
{
color: #03ADC5;
}
.AnyTagClassName
{
color: #03ADC5;
}
</style>
background-color css
<style>
a { background-color: #03ADC5; }
a { background-color: rgb(3,173,197); }
div.DivClassName
{
background-color: #03ADC5;
}
.BgClassName
{
background-color: #03ADC5;
}
</style>
border-color css
<style>
span { border-color: #03ADC5; }
span { border-color: rgb(3,173,197); }
td.TdClassName
{
border-color: #03ADC5;
}
.TagClassName
{
border-color: #03ADC5;
}
</style>