Shades of Iris Blue #20BCCF
Tints of Iris Blue #20BCCF
RGB
CMYK
RGB Variations
Color information
#20BCCF (or 0x20BCCF) is known color: Iris Blue. HEX triplet: 20, BC and CF. RGB value is (32,188,207). Sum of RGB (Red+Green+Blue) = 32+188+207=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #20BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCCF is #DF4330. Grayscale: #8F8F8F. Windows color (decimal): -14631729 or 13614112. OLE color: 13614112.
HSL color Cylindrical-coordinate representation of color #20BCCF: hue angle of 186.51º 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 #20BCCF is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 188 | 207 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.19 |
| HSL | 186.51º | 0.73% | 0.47% | - |
| HSV(B) | 186.51º | 0.85% | 0.81% | - |
| XYZ | 29.84 | 40.78 | 65.33 | - |
| YUV | 143.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 207 | 0.85 | 0.09 | 0 | 0.19 | 186.51 | 0.73 | 0.47 |
| Hex | 20 | BC | CF | 55 | 9 | 0 | 13 | BB | 49 | 2F |
| Octal | 40 | 274 | 317 | 125 | 11 | 0 | 23 | 273 | 111 | 57 |
| Binary | 100000 | 10111100 | 11001111 | 1010101 | 1001 | 0 | 10011 | 10111011 | 1001001 | 101111 |
Color Harmonies of #20BCCF
Complementary color
Monochromatic Colors of #20BCCF
Black with #20BCCF
Text Example
Text Example
White with #20BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCCF; }
p { color: rgb(32,188,207); }
H1.HeaderClassName
{
color: #20BCCF;
}
.AnyTagClassName
{
color: #20BCCF;
}
</style>
background-color css
<style>
a { background-color: #20BCCF; }
a { background-color: rgb(32,188,207); }
div.DivClassName
{
background-color: #20BCCF;
}
.BgClassName
{
background-color: #20BCCF;
}
</style>
border-color css
<style>
span { border-color: #20BCCF; }
span { border-color: rgb(32,188,207); }
td.TdClassName
{
border-color: #20BCCF;
}
.TagClassName
{
border-color: #20BCCF;
}
</style>