Shades of Iris Blue #20BAC8
Tints of Iris Blue #20BAC8
RGB
CMYK
RGB Variations
Color information
#20BAC8 (or 0x20BAC8) is known color: Iris Blue. HEX triplet: 20, BA and C8. RGB value is (32,186,200). Sum of RGB (Red+Green+Blue) = 32+186+200=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #20BAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAC8 is #DF4537. Grayscale: #8D8D8D. Windows color (decimal): -14632248 or 13154848. OLE color: 13154848.
HSL color Cylindrical-coordinate representation of color #20BAC8: hue angle of 185º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BAC8 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 186 | 200 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.22 |
| HSL | 185º | 0.72% | 0.45% | - |
| HSV(B) | 185º | 0.84% | 0.78% | - |
| XYZ | 28.58 | 39.6 | 60.78 | - |
| YUV | 141.55 | 160.98 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 200 | 0.84 | 0.07 | 0 | 0.22 | 185 | 0.72 | 0.45 |
| Hex | 20 | BA | C8 | 54 | 7 | 0 | 16 | B9 | 48 | 2D |
| Octal | 40 | 272 | 310 | 124 | 7 | 0 | 26 | 271 | 110 | 55 |
| Binary | 100000 | 10111010 | 11001000 | 1010100 | 111 | 0 | 10110 | 10111001 | 1001000 | 101101 |
Color Harmonies of #20BAC8
Complementary color
Monochromatic Colors of #20BAC8
Black with #20BAC8
Text Example
Text Example
White with #20BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAC8; }
p { color: rgb(32,186,200); }
H1.HeaderClassName
{
color: #20BAC8;
}
.AnyTagClassName
{
color: #20BAC8;
}
</style>
background-color css
<style>
a { background-color: #20BAC8; }
a { background-color: rgb(32,186,200); }
div.DivClassName
{
background-color: #20BAC8;
}
.BgClassName
{
background-color: #20BAC8;
}
</style>
border-color css
<style>
span { border-color: #20BAC8; }
span { border-color: rgb(32,186,200); }
td.TdClassName
{
border-color: #20BAC8;
}
.TagClassName
{
border-color: #20BAC8;
}
</style>