Shades of Iris Blue #20ADCB
Tints of Iris Blue #20ADCB
RGB
CMYK
RGB Variations
Color information
#20ADCB (or 0x20ADCB) is known color: Iris Blue. HEX triplet: 20, AD and CB. RGB value is (32,173,203). Sum of RGB (Red+Green+Blue) = 32+173+203=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #20ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADCB is #DF5234. Grayscale: #868686. Windows color (decimal): -14635573 or 13348128. OLE color: 13348128.
HSL color Cylindrical-coordinate representation of color #20ADCB: hue angle of 190.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ADCB is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 173 | 203 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.20 |
| HSL | 190.53º | 0.73% | 0.46% | - |
| HSV(B) | 190.53º | 0.84% | 0.8% | - |
| XYZ | 26.32 | 34.51 | 61.77 | - |
| YUV | 134.26 | 166.79 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 203 | 0.84 | 0.15 | 0 | 0.20 | 190.53 | 0.73 | 0.46 |
| Hex | 20 | AD | CB | 54 | F | 0 | 14 | BF | 49 | 2E |
| Octal | 40 | 255 | 313 | 124 | 17 | 0 | 24 | 277 | 111 | 56 |
| Binary | 100000 | 10101101 | 11001011 | 1010100 | 1111 | 0 | 10100 | 10111111 | 1001001 | 101110 |
Color Harmonies of #20ADCB
Complementary color
Monochromatic Colors of #20ADCB
Black with #20ADCB
Text Example
Text Example
White with #20ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADCB; }
p { color: rgb(32,173,203); }
H1.HeaderClassName
{
color: #20ADCB;
}
.AnyTagClassName
{
color: #20ADCB;
}
</style>
background-color css
<style>
a { background-color: #20ADCB; }
a { background-color: rgb(32,173,203); }
div.DivClassName
{
background-color: #20ADCB;
}
.BgClassName
{
background-color: #20ADCB;
}
</style>
border-color css
<style>
span { border-color: #20ADCB; }
span { border-color: rgb(32,173,203); }
td.TdClassName
{
border-color: #20ADCB;
}
.TagClassName
{
border-color: #20ADCB;
}
</style>