Shades of Summer Sky #20BDE0
Tints of Summer Sky #20BDE0
RGB
CMYK
RGB Variations
Color information
#20BDE0 (or 0x20BDE0) is known color: Summer Sky. HEX triplet: 20, BD and E0. RGB value is (32,189,224). Sum of RGB (Red+Green+Blue) = 32+189+224=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #20BDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDE0 is #DF421F. Grayscale: #919191. Windows color (decimal): -14631456 or 14728480. OLE color: 14728480.
HSL color Cylindrical-coordinate representation of color #20BDE0: hue angle of 190.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BDE0 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 189 | 224 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.12 |
| HSL | 190.94º | 0.76% | 0.5% | - |
| HSV(B) | 190.94º | 0.86% | 0.88% | - |
| XYZ | 32.25 | 42.08 | 76.94 | - |
| YUV | 146.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 224 | 0.86 | 0.16 | 0 | 0.12 | 190.94 | 0.76 | 0.5 |
| Hex | 20 | BD | E0 | 56 | 10 | 0 | C | BF | 4C | 32 |
| Octal | 40 | 275 | 340 | 126 | 20 | 0 | 14 | 277 | 114 | 62 |
| Binary | 100000 | 10111101 | 11100000 | 1010110 | 10000 | 0 | 1100 | 10111111 | 1001100 | 110010 |
Color Harmonies of #20BDE0
Complementary color
Monochromatic Colors of #20BDE0
Black with #20BDE0
Text Example
Text Example
White with #20BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDE0; }
p { color: rgb(32,189,224); }
H1.HeaderClassName
{
color: #20BDE0;
}
.AnyTagClassName
{
color: #20BDE0;
}
</style>
background-color css
<style>
a { background-color: #20BDE0; }
a { background-color: rgb(32,189,224); }
div.DivClassName
{
background-color: #20BDE0;
}
.BgClassName
{
background-color: #20BDE0;
}
</style>
border-color css
<style>
span { border-color: #20BDE0; }
span { border-color: rgb(32,189,224); }
td.TdClassName
{
border-color: #20BDE0;
}
.TagClassName
{
border-color: #20BDE0;
}
</style>