Shades of Summer Sky #20BBDD
Tints of Summer Sky #20BBDD
RGB
CMYK
RGB Variations
Color information
#20BBDD (or 0x20BBDD) is known color: Summer Sky. HEX triplet: 20, BB and DD. RGB value is (32,187,221). Sum of RGB (Red+Green+Blue) = 32+187+221=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #20BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBDD is #DF4422. Grayscale: #909090. Windows color (decimal): -14631971 or 14531360. OLE color: 14531360.
HSL color Cylindrical-coordinate representation of color #20BBDD: hue angle of 190.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BBDD is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 187 | 221 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.13 |
| HSL | 190.79º | 0.75% | 0.5% | - |
| HSV(B) | 190.79º | 0.86% | 0.87% | - |
| XYZ | 31.42 | 41.07 | 74.68 | - |
| YUV | 144.53 | 171.15 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 221 | 0.86 | 0.15 | 0 | 0.13 | 190.79 | 0.75 | 0.5 |
| Hex | 20 | BB | DD | 56 | F | 0 | D | BF | 4B | 32 |
| Octal | 40 | 273 | 335 | 126 | 17 | 0 | 15 | 277 | 113 | 62 |
| Binary | 100000 | 10111011 | 11011101 | 1010110 | 1111 | 0 | 1101 | 10111111 | 1001011 | 110010 |
Color Harmonies of #20BBDD
Complementary color
Monochromatic Colors of #20BBDD
Black with #20BBDD
Text Example
Text Example
White with #20BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBDD; }
p { color: rgb(32,187,221); }
H1.HeaderClassName
{
color: #20BBDD;
}
.AnyTagClassName
{
color: #20BBDD;
}
</style>
background-color css
<style>
a { background-color: #20BBDD; }
a { background-color: rgb(32,187,221); }
div.DivClassName
{
background-color: #20BBDD;
}
.BgClassName
{
background-color: #20BBDD;
}
</style>
border-color css
<style>
span { border-color: #20BBDD; }
span { border-color: rgb(32,187,221); }
td.TdClassName
{
border-color: #20BBDD;
}
.TagClassName
{
border-color: #20BBDD;
}
</style>