Shades of Iris Blue #20BBC7
Tints of Iris Blue #20BBC7
RGB
CMYK
RGB Variations
Color information
#20BBC7 (or 0x20BBC7) is known color: Iris Blue. HEX triplet: 20, BB and C7. RGB value is (32,187,199). Sum of RGB (Red+Green+Blue) = 32+187+199=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 199 - color contains mainly: blue. Hex color #20BBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBC7 is #DF4438. Grayscale: #8D8D8D. Windows color (decimal): -14631993 or 13089568. OLE color: 13089568.
HSL color Cylindrical-coordinate representation of color #20BBC7: hue angle of 184.31º 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 #20BBC7 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 187 | 199 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.22 |
| HSL | 184.31º | 0.72% | 0.45% | - |
| HSV(B) | 184.31º | 0.84% | 0.78% | - |
| XYZ | 28.67 | 39.97 | 60.24 | - |
| YUV | 142.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 199 | 0.84 | 0.06 | 0 | 0.22 | 184.31 | 0.72 | 0.45 |
| Hex | 20 | BB | C7 | 54 | 6 | 0 | 16 | B8 | 48 | 2D |
| Octal | 40 | 273 | 307 | 124 | 6 | 0 | 26 | 270 | 110 | 55 |
| Binary | 100000 | 10111011 | 11000111 | 1010100 | 110 | 0 | 10110 | 10111000 | 1001000 | 101101 |
Color Harmonies of #20BBC7
Complementary color
Monochromatic Colors of #20BBC7
Black with #20BBC7
Text Example
Text Example
White with #20BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBC7; }
p { color: rgb(32,187,199); }
H1.HeaderClassName
{
color: #20BBC7;
}
.AnyTagClassName
{
color: #20BBC7;
}
</style>
background-color css
<style>
a { background-color: #20BBC7; }
a { background-color: rgb(32,187,199); }
div.DivClassName
{
background-color: #20BBC7;
}
.BgClassName
{
background-color: #20BBC7;
}
</style>
border-color css
<style>
span { border-color: #20BBC7; }
span { border-color: rgb(32,187,199); }
td.TdClassName
{
border-color: #20BBC7;
}
.TagClassName
{
border-color: #20BBC7;
}
</style>