Shades of Iris Blue #20BECC
Tints of Iris Blue #20BECC
RGB
CMYK
RGB Variations
Color information
#20BECC (or 0x20BECC) is known color: Iris Blue. HEX triplet: 20, BE and CC. RGB value is (32,190,204). Sum of RGB (Red+Green+Blue) = 32+190+204=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #20BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BECC is #DF4133. Grayscale: #909090. Windows color (decimal): -14631220 or 13418016. OLE color: 13418016.
HSL color Cylindrical-coordinate representation of color #20BECC: hue angle of 184.88º 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 #20BECC is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 190 | 204 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.2 |
| HSL | 184.88º | 0.73% | 0.46% | - |
| HSV(B) | 184.88º | 0.84% | 0.8% | - |
| XYZ | 29.91 | 41.49 | 63.56 | - |
| YUV | 144.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 204 | 0.84 | 0.07 | 0 | 0.2 | 184.88 | 0.73 | 0.46 |
| Hex | 20 | BE | CC | 54 | 7 | 0 | 14 | B9 | 49 | 2E |
| Octal | 40 | 276 | 314 | 124 | 7 | 0 | 24 | 271 | 111 | 56 |
| Binary | 100000 | 10111110 | 11001100 | 1010100 | 111 | 0 | 10100 | 10111001 | 1001001 | 101110 |
Color Harmonies of #20BECC
Complementary color
Monochromatic Colors of #20BECC
Black with #20BECC
Text Example
Text Example
White with #20BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BECC; }
p { color: rgb(32,190,204); }
H1.HeaderClassName
{
color: #20BECC;
}
.AnyTagClassName
{
color: #20BECC;
}
</style>
background-color css
<style>
a { background-color: #20BECC; }
a { background-color: rgb(32,190,204); }
div.DivClassName
{
background-color: #20BECC;
}
.BgClassName
{
background-color: #20BECC;
}
</style>
border-color css
<style>
span { border-color: #20BECC; }
span { border-color: rgb(32,190,204); }
td.TdClassName
{
border-color: #20BECC;
}
.TagClassName
{
border-color: #20BECC;
}
</style>