Shades of Iris Blue #20BAC6
Tints of Iris Blue #20BAC6
RGB
CMYK
RGB Variations
Color information
#20BAC6 (or 0x20BAC6) is known color: Iris Blue. HEX triplet: 20, BA and C6. RGB value is (32,186,198). Sum of RGB (Red+Green+Blue) = 32+186+198=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #20BAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAC6 is #DF4539. Grayscale: #8D8D8D. Windows color (decimal): -14632250 or 13023776. OLE color: 13023776.
HSL color Cylindrical-coordinate representation of color #20BAC6: hue angle of 184.34º 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 #20BAC6 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 186 | 198 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.22 |
| HSL | 184.34º | 0.72% | 0.45% | - |
| HSV(B) | 184.34º | 0.84% | 0.78% | - |
| XYZ | 28.35 | 39.5 | 59.56 | - |
| YUV | 141.32 | 159.98 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 198 | 0.84 | 0.06 | 0 | 0.22 | 184.34 | 0.72 | 0.45 |
| Hex | 20 | BA | C6 | 54 | 6 | 0 | 16 | B8 | 48 | 2D |
| Octal | 40 | 272 | 306 | 124 | 6 | 0 | 26 | 270 | 110 | 55 |
| Binary | 100000 | 10111010 | 11000110 | 1010100 | 110 | 0 | 10110 | 10111000 | 1001000 | 101101 |
Color Harmonies of #20BAC6
Complementary color
Monochromatic Colors of #20BAC6
Black with #20BAC6
Text Example
Text Example
White with #20BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAC6; }
p { color: rgb(32,186,198); }
H1.HeaderClassName
{
color: #20BAC6;
}
.AnyTagClassName
{
color: #20BAC6;
}
</style>
background-color css
<style>
a { background-color: #20BAC6; }
a { background-color: rgb(32,186,198); }
div.DivClassName
{
background-color: #20BAC6;
}
.BgClassName
{
background-color: #20BAC6;
}
</style>
border-color css
<style>
span { border-color: #20BAC6; }
span { border-color: rgb(32,186,198); }
td.TdClassName
{
border-color: #20BAC6;
}
.TagClassName
{
border-color: #20BAC6;
}
</style>