Shades of Summer Sky #20BEDA
Tints of Summer Sky #20BEDA
RGB
CMYK
RGB Variations
Color information
#20BEDA (or 0x20BEDA) is known color: Summer Sky. HEX triplet: 20, BE and DA. RGB value is (32,190,218). Sum of RGB (Red+Green+Blue) = 32+190+218=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #20BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEDA is #DF4125. Grayscale: #919191. Windows color (decimal): -14631206 or 14335520. OLE color: 14335520.
HSL color Cylindrical-coordinate representation of color #20BEDA: hue angle of 189.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BEDA is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 190 | 218 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.15 |
| HSL | 189.03º | 0.74% | 0.49% | - |
| HSV(B) | 189.03º | 0.85% | 0.85% | - |
| XYZ | 31.66 | 42.2 | 72.81 | - |
| YUV | 145.95 | 168.65 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 218 | 0.85 | 0.13 | 0 | 0.15 | 189.03 | 0.74 | 0.49 |
| Hex | 20 | BE | DA | 55 | D | 0 | F | BD | 4A | 31 |
| Octal | 40 | 276 | 332 | 125 | 15 | 0 | 17 | 275 | 112 | 61 |
| Binary | 100000 | 10111110 | 11011010 | 1010101 | 1101 | 0 | 1111 | 10111101 | 1001010 | 110001 |
Color Harmonies of #20BEDA
Complementary color
Monochromatic Colors of #20BEDA
Black with #20BEDA
Text Example
Text Example
White with #20BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEDA; }
p { color: rgb(32,190,218); }
H1.HeaderClassName
{
color: #20BEDA;
}
.AnyTagClassName
{
color: #20BEDA;
}
</style>
background-color css
<style>
a { background-color: #20BEDA; }
a { background-color: rgb(32,190,218); }
div.DivClassName
{
background-color: #20BEDA;
}
.BgClassName
{
background-color: #20BEDA;
}
</style>
border-color css
<style>
span { border-color: #20BEDA; }
span { border-color: rgb(32,190,218); }
td.TdClassName
{
border-color: #20BEDA;
}
.TagClassName
{
border-color: #20BEDA;
}
</style>