Shades of Iris Blue #03ADCD
Tints of Iris Blue #03ADCD
RGB
CMYK
RGB Variations
Color information
#03ADCD (or 0x03ADCD) is known color: Iris Blue. HEX triplet: 03, AD and CD. RGB value is (3,173,205). Sum of RGB (Red+Green+Blue) = 3+173+205=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #03ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADCD is #FC5232. Grayscale: #7D7D7D. Windows color (decimal): -16536115 or 13479171. OLE color: 13479171.
HSL color Cylindrical-coordinate representation of color #03ADCD: hue angle of 189.5º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADCD is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 173 | 205 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.20 |
| HSL | 189.5º | 0.97% | 0.41% | - |
| HSV(B) | 189.5º | 0.99% | 0.8% | - |
| XYZ | 26 | 34.31 | 63.01 | - |
| YUV | 125.82 | 172.68 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 205 | 0.99 | 0.16 | 0 | 0.20 | 189.5 | 0.97 | 0.41 |
| Hex | 3 | AD | CD | 63 | 10 | 0 | 14 | BE | 61 | 29 |
| Octal | 3 | 255 | 315 | 143 | 20 | 0 | 24 | 276 | 141 | 51 |
| Binary | 11 | 10101101 | 11001101 | 1100011 | 10000 | 0 | 10100 | 10111110 | 1100001 | 101001 |
Color Harmonies of #03ADCD
Complementary color
Monochromatic Colors of #03ADCD
Black with #03ADCD
Text Example
Text Example
White with #03ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADCD; }
p { color: rgb(3,173,205); }
H1.HeaderClassName
{
color: #03ADCD;
}
.AnyTagClassName
{
color: #03ADCD;
}
</style>
background-color css
<style>
a { background-color: #03ADCD; }
a { background-color: rgb(3,173,205); }
div.DivClassName
{
background-color: #03ADCD;
}
.BgClassName
{
background-color: #03ADCD;
}
</style>
border-color css
<style>
span { border-color: #03ADCD; }
span { border-color: rgb(3,173,205); }
td.TdClassName
{
border-color: #03ADCD;
}
.TagClassName
{
border-color: #03ADCD;
}
</style>