Shades of Iris Blue #20BBCA
Tints of Iris Blue #20BBCA
RGB
CMYK
RGB Variations
Color information
#20BBCA (or 0x20BBCA) is known color: Iris Blue. HEX triplet: 20, BB and CA. RGB value is (32,187,202). Sum of RGB (Red+Green+Blue) = 32+187+202=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #20BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBCA is #DF4435. Grayscale: #8E8E8E. Windows color (decimal): -14631990 or 13286176. OLE color: 13286176.
HSL color Cylindrical-coordinate representation of color #20BBCA: hue angle of 185.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BBCA is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 187 | 202 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.21 |
| HSL | 185.29º | 0.73% | 0.46% | - |
| HSV(B) | 185.29º | 0.84% | 0.79% | - |
| XYZ | 29.03 | 40.11 | 62.09 | - |
| YUV | 142.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 202 | 0.84 | 0.07 | 0 | 0.21 | 185.29 | 0.73 | 0.46 |
| Hex | 20 | BB | CA | 54 | 7 | 0 | 15 | B9 | 49 | 2E |
| Octal | 40 | 273 | 312 | 124 | 7 | 0 | 25 | 271 | 111 | 56 |
| Binary | 100000 | 10111011 | 11001010 | 1010100 | 111 | 0 | 10101 | 10111001 | 1001001 | 101110 |
Color Harmonies of #20BBCA
Complementary color
Monochromatic Colors of #20BBCA
Black with #20BBCA
Text Example
Text Example
White with #20BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBCA; }
p { color: rgb(32,187,202); }
H1.HeaderClassName
{
color: #20BBCA;
}
.AnyTagClassName
{
color: #20BBCA;
}
</style>
background-color css
<style>
a { background-color: #20BBCA; }
a { background-color: rgb(32,187,202); }
div.DivClassName
{
background-color: #20BBCA;
}
.BgClassName
{
background-color: #20BBCA;
}
</style>
border-color css
<style>
span { border-color: #20BBCA; }
span { border-color: rgb(32,187,202); }
td.TdClassName
{
border-color: #20BBCA;
}
.TagClassName
{
border-color: #20BBCA;
}
</style>