Shades of Iris Blue #20AFCD
Tints of Iris Blue #20AFCD
RGB
CMYK
RGB Variations
Color information
#20AFCD (or 0x20AFCD) is known color: Iris Blue. HEX triplet: 20, AF and CD. RGB value is (32,175,205). Sum of RGB (Red+Green+Blue) = 32+175+205=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #20AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFCD is #DF5032. Grayscale: #878787. Windows color (decimal): -14635059 or 13479712. OLE color: 13479712.
HSL color Cylindrical-coordinate representation of color #20AFCD: hue angle of 190.4º 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 #20AFCD is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 175 | 205 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.20 |
| HSL | 190.4º | 0.73% | 0.46% | - |
| HSV(B) | 190.4º | 0.84% | 0.8% | - |
| XYZ | 26.95 | 35.37 | 63.17 | - |
| YUV | 135.66 | 167.12 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 205 | 0.84 | 0.15 | 0 | 0.20 | 190.4 | 0.73 | 0.46 |
| Hex | 20 | AF | CD | 54 | F | 0 | 14 | BE | 49 | 2E |
| Octal | 40 | 257 | 315 | 124 | 17 | 0 | 24 | 276 | 111 | 56 |
| Binary | 100000 | 10101111 | 11001101 | 1010100 | 1111 | 0 | 10100 | 10111110 | 1001001 | 101110 |
Color Harmonies of #20AFCD
Complementary color
Monochromatic Colors of #20AFCD
Black with #20AFCD
Text Example
Text Example
White with #20AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFCD; }
p { color: rgb(32,175,205); }
H1.HeaderClassName
{
color: #20AFCD;
}
.AnyTagClassName
{
color: #20AFCD;
}
</style>
background-color css
<style>
a { background-color: #20AFCD; }
a { background-color: rgb(32,175,205); }
div.DivClassName
{
background-color: #20AFCD;
}
.BgClassName
{
background-color: #20AFCD;
}
</style>
border-color css
<style>
span { border-color: #20AFCD; }
span { border-color: rgb(32,175,205); }
td.TdClassName
{
border-color: #20AFCD;
}
.TagClassName
{
border-color: #20AFCD;
}
</style>