Shades of Iris Blue #20BBCC
Tints of Iris Blue #20BBCC
RGB
CMYK
RGB Variations
Color information
#20BBCC (or 0x20BBCC) is known color: Iris Blue. HEX triplet: 20, BB and CC. RGB value is (32,187,204). Sum of RGB (Red+Green+Blue) = 32+187+204=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #20BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBCC is #DF4433. Grayscale: #8E8E8E. Windows color (decimal): -14631988 or 13417248. OLE color: 13417248.
HSL color Cylindrical-coordinate representation of color #20BBCC: hue angle of 185.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BBCC is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 187 | 204 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.2 |
| HSL | 185.93º | 0.73% | 0.46% | - |
| HSV(B) | 185.93º | 0.84% | 0.8% | - |
| XYZ | 29.27 | 40.21 | 63.35 | - |
| YUV | 142.59 | 162.65 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 204 | 0.84 | 0.08 | 0 | 0.2 | 185.93 | 0.73 | 0.46 |
| Hex | 20 | BB | CC | 54 | 8 | 0 | 14 | BA | 49 | 2E |
| Octal | 40 | 273 | 314 | 124 | 10 | 0 | 24 | 272 | 111 | 56 |
| Binary | 100000 | 10111011 | 11001100 | 1010100 | 1000 | 0 | 10100 | 10111010 | 1001001 | 101110 |
Color Harmonies of #20BBCC
Complementary color
Monochromatic Colors of #20BBCC
Black with #20BBCC
Text Example
Text Example
White with #20BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBCC; }
p { color: rgb(32,187,204); }
H1.HeaderClassName
{
color: #20BBCC;
}
.AnyTagClassName
{
color: #20BBCC;
}
</style>
background-color css
<style>
a { background-color: #20BBCC; }
a { background-color: rgb(32,187,204); }
div.DivClassName
{
background-color: #20BBCC;
}
.BgClassName
{
background-color: #20BBCC;
}
</style>
border-color css
<style>
span { border-color: #20BBCC; }
span { border-color: rgb(32,187,204); }
td.TdClassName
{
border-color: #20BBCC;
}
.TagClassName
{
border-color: #20BBCC;
}
</style>