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