Shades of Summer Sky #20BFDD
Tints of Summer Sky #20BFDD
RGB
CMYK
RGB Variations
Color information
#20BFDD (or 0x20BFDD) is known color: Summer Sky. HEX triplet: 20, BF and DD. RGB value is (32,191,221). Sum of RGB (Red+Green+Blue) = 32+191+221=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #20BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFDD is #DF4022. Grayscale: #929292. Windows color (decimal): -14630947 or 14532384. OLE color: 14532384.
HSL color Cylindrical-coordinate representation of color #20BFDD: hue angle of 189.52º 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 #20BFDD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 191 | 221 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.13 |
| HSL | 189.52º | 0.75% | 0.5% | - |
| HSV(B) | 189.52º | 0.86% | 0.87% | - |
| XYZ | 32.28 | 42.79 | 74.96 | - |
| YUV | 146.88 | 169.82 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 221 | 0.86 | 0.14 | 0 | 0.13 | 189.52 | 0.75 | 0.5 |
| Hex | 20 | BF | DD | 56 | E | 0 | D | BE | 4B | 32 |
| Octal | 40 | 277 | 335 | 126 | 16 | 0 | 15 | 276 | 113 | 62 |
| Binary | 100000 | 10111111 | 11011101 | 1010110 | 1110 | 0 | 1101 | 10111110 | 1001011 | 110010 |
Color Harmonies of #20BFDD
Complementary color
Monochromatic Colors of #20BFDD
Black with #20BFDD
Text Example
Text Example
White with #20BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFDD; }
p { color: rgb(32,191,221); }
H1.HeaderClassName
{
color: #20BFDD;
}
.AnyTagClassName
{
color: #20BFDD;
}
</style>
background-color css
<style>
a { background-color: #20BFDD; }
a { background-color: rgb(32,191,221); }
div.DivClassName
{
background-color: #20BFDD;
}
.BgClassName
{
background-color: #20BFDD;
}
</style>
border-color css
<style>
span { border-color: #20BFDD; }
span { border-color: rgb(32,191,221); }
td.TdClassName
{
border-color: #20BFDD;
}
.TagClassName
{
border-color: #20BFDD;
}
</style>