Shades of Iris Blue #20BACA
Tints of Iris Blue #20BACA
RGB
CMYK
RGB Variations
Color information
#20BACA (or 0x20BACA) is known color: Iris Blue. HEX triplet: 20, BA and CA. RGB value is (32,186,202). Sum of RGB (Red+Green+Blue) = 32+186+202=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #20BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BACA is #DF4535. Grayscale: #8D8D8D. Windows color (decimal): -14632246 or 13285920. OLE color: 13285920.
HSL color Cylindrical-coordinate representation of color #20BACA: hue angle of 185.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BACA is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 186 | 202 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.21 |
| HSL | 185.65º | 0.73% | 0.46% | - |
| HSV(B) | 185.65º | 0.84% | 0.79% | - |
| XYZ | 28.82 | 39.69 | 62.02 | - |
| YUV | 141.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 202 | 0.84 | 0.08 | 0 | 0.21 | 185.65 | 0.73 | 0.46 |
| Hex | 20 | BA | CA | 54 | 8 | 0 | 15 | BA | 49 | 2E |
| Octal | 40 | 272 | 312 | 124 | 10 | 0 | 25 | 272 | 111 | 56 |
| Binary | 100000 | 10111010 | 11001010 | 1010100 | 1000 | 0 | 10101 | 10111010 | 1001001 | 101110 |
Color Harmonies of #20BACA
Complementary color
Monochromatic Colors of #20BACA
Black with #20BACA
Text Example
Text Example
White with #20BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BACA; }
p { color: rgb(32,186,202); }
H1.HeaderClassName
{
color: #20BACA;
}
.AnyTagClassName
{
color: #20BACA;
}
</style>
background-color css
<style>
a { background-color: #20BACA; }
a { background-color: rgb(32,186,202); }
div.DivClassName
{
background-color: #20BACA;
}
.BgClassName
{
background-color: #20BACA;
}
</style>
border-color css
<style>
span { border-color: #20BACA; }
span { border-color: rgb(32,186,202); }
td.TdClassName
{
border-color: #20BACA;
}
.TagClassName
{
border-color: #20BACA;
}
</style>