Shades of Iris Blue #20BBCF
Tints of Iris Blue #20BBCF
RGB
CMYK
RGB Variations
Color information
#20BBCF (or 0x20BBCF) is known color: Iris Blue. HEX triplet: 20, BB and CF. RGB value is (32,187,207). Sum of RGB (Red+Green+Blue) = 32+187+207=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #20BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBCF is #DF4430. Grayscale: #8E8E8E. Windows color (decimal): -14631985 or 13613856. OLE color: 13613856.
HSL color Cylindrical-coordinate representation of color #20BBCF: hue angle of 186.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BBCF is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 187 | 207 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.19 |
| HSL | 186.86º | 0.73% | 0.47% | - |
| HSV(B) | 186.86º | 0.85% | 0.81% | - |
| XYZ | 29.63 | 40.35 | 65.26 | - |
| YUV | 142.94 | 164.15 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 207 | 0.85 | 0.10 | 0 | 0.19 | 186.86 | 0.73 | 0.47 |
| Hex | 20 | BB | CF | 55 | A | 0 | 13 | BB | 49 | 2F |
| Octal | 40 | 273 | 317 | 125 | 12 | 0 | 23 | 273 | 111 | 57 |
| Binary | 100000 | 10111011 | 11001111 | 1010101 | 1010 | 0 | 10011 | 10111011 | 1001001 | 101111 |
Color Harmonies of #20BBCF
Complementary color
Monochromatic Colors of #20BBCF
Black with #20BBCF
Text Example
Text Example
White with #20BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBCF; }
p { color: rgb(32,187,207); }
H1.HeaderClassName
{
color: #20BBCF;
}
.AnyTagClassName
{
color: #20BBCF;
}
</style>
background-color css
<style>
a { background-color: #20BBCF; }
a { background-color: rgb(32,187,207); }
div.DivClassName
{
background-color: #20BBCF;
}
.BgClassName
{
background-color: #20BBCF;
}
</style>
border-color css
<style>
span { border-color: #20BBCF; }
span { border-color: rgb(32,187,207); }
td.TdClassName
{
border-color: #20BBCF;
}
.TagClassName
{
border-color: #20BBCF;
}
</style>