Shades of Summer Sky #20BEDE
Tints of Summer Sky #20BEDE
RGB
CMYK
RGB Variations
Color information
#20BEDE (or 0x20BEDE) is known color: Summer Sky. HEX triplet: 20, BE and DE. RGB value is (32,190,222). Sum of RGB (Red+Green+Blue) = 32+190+222=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #20BEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEDE is #DF4121. Grayscale: #929292. Windows color (decimal): -14631202 or 14597664. OLE color: 14597664.
HSL color Cylindrical-coordinate representation of color #20BEDE: hue angle of 190.11º 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 #20BEDE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 190 | 222 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.13 |
| HSL | 190.11º | 0.75% | 0.5% | - |
| HSV(B) | 190.11º | 0.86% | 0.87% | - |
| XYZ | 32.19 | 42.41 | 75.6 | - |
| YUV | 146.41 | 170.65 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 222 | 0.86 | 0.14 | 0 | 0.13 | 190.11 | 0.75 | 0.5 |
| Hex | 20 | BE | DE | 56 | E | 0 | D | BE | 4B | 32 |
| Octal | 40 | 276 | 336 | 126 | 16 | 0 | 15 | 276 | 113 | 62 |
| Binary | 100000 | 10111110 | 11011110 | 1010110 | 1110 | 0 | 1101 | 10111110 | 1001011 | 110010 |
Color Harmonies of #20BEDE
Complementary color
Monochromatic Colors of #20BEDE
Black with #20BEDE
Text Example
Text Example
White with #20BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEDE; }
p { color: rgb(32,190,222); }
H1.HeaderClassName
{
color: #20BEDE;
}
.AnyTagClassName
{
color: #20BEDE;
}
</style>
background-color css
<style>
a { background-color: #20BEDE; }
a { background-color: rgb(32,190,222); }
div.DivClassName
{
background-color: #20BEDE;
}
.BgClassName
{
background-color: #20BEDE;
}
</style>
border-color css
<style>
span { border-color: #20BEDE; }
span { border-color: rgb(32,190,222); }
td.TdClassName
{
border-color: #20BEDE;
}
.TagClassName
{
border-color: #20BEDE;
}
</style>