Shades of Summer Sky #20BEED
Tints of Summer Sky #20BEED
RGB
CMYK
RGB Variations
Color information
#20BEED (or 0x20BEED) is known color: Summer Sky. HEX triplet: 20, BE and ED. RGB value is (32,190,237). Sum of RGB (Red+Green+Blue) = 32+190+237=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #20BEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BEED is #DF4112. Grayscale: #939393. Windows color (decimal): -14631187 or 15580704. OLE color: 15580704.
HSL color Cylindrical-coordinate representation of color #20BEED: hue angle of 193.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BEED is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 190 | 237 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.07 |
| HSL | 193.76º | 0.85% | 0.53% | - |
| HSV(B) | 193.76º | 0.86% | 0.93% | - |
| XYZ | 34.3 | 43.25 | 86.66 | - |
| YUV | 148.12 | 178.15 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 237 | 0.86 | 0.20 | 0 | 0.07 | 193.76 | 0.85 | 0.53 |
| Hex | 20 | BE | ED | 56 | 14 | 0 | 7 | C2 | 55 | 35 |
| Octal | 40 | 276 | 355 | 126 | 24 | 0 | 7 | 302 | 125 | 65 |
| Binary | 100000 | 10111110 | 11101101 | 1010110 | 10100 | 0 | 111 | 11000010 | 1010101 | 110101 |
Color Harmonies of #20BEED
Complementary color
Monochromatic Colors of #20BEED
Black with #20BEED
Text Example
Text Example
White with #20BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEED; }
p { color: rgb(32,190,237); }
H1.HeaderClassName
{
color: #20BEED;
}
.AnyTagClassName
{
color: #20BEED;
}
</style>
background-color css
<style>
a { background-color: #20BEED; }
a { background-color: rgb(32,190,237); }
div.DivClassName
{
background-color: #20BEED;
}
.BgClassName
{
background-color: #20BEED;
}
</style>
border-color css
<style>
span { border-color: #20BEED; }
span { border-color: rgb(32,190,237); }
td.TdClassName
{
border-color: #20BEED;
}
.TagClassName
{
border-color: #20BEED;
}
</style>