Shades of Summer Sky #20BDDE
Tints of Summer Sky #20BDDE
RGB
CMYK
RGB Variations
Color information
#20BDDE (or 0x20BDDE) is known color: Summer Sky. HEX triplet: 20, BD and DE. RGB value is (32,189,222). Sum of RGB (Red+Green+Blue) = 32+189+222=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #20BDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDDE is #DF4221. Grayscale: #919191. Windows color (decimal): -14631458 or 14597408. OLE color: 14597408.
HSL color Cylindrical-coordinate representation of color #20BDDE: hue angle of 190.42º 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 #20BDDE is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 189 | 222 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.13 |
| HSL | 190.42º | 0.75% | 0.5% | - |
| HSV(B) | 190.42º | 0.86% | 0.87% | - |
| XYZ | 31.98 | 41.98 | 75.52 | - |
| YUV | 145.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 222 | 0.86 | 0.15 | 0 | 0.13 | 190.42 | 0.75 | 0.5 |
| Hex | 20 | BD | DE | 56 | F | 0 | D | BE | 4B | 32 |
| Octal | 40 | 275 | 336 | 126 | 17 | 0 | 15 | 276 | 113 | 62 |
| Binary | 100000 | 10111101 | 11011110 | 1010110 | 1111 | 0 | 1101 | 10111110 | 1001011 | 110010 |
Color Harmonies of #20BDDE
Complementary color
Monochromatic Colors of #20BDDE
Black with #20BDDE
Text Example
Text Example
White with #20BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDDE; }
p { color: rgb(32,189,222); }
H1.HeaderClassName
{
color: #20BDDE;
}
.AnyTagClassName
{
color: #20BDDE;
}
</style>
background-color css
<style>
a { background-color: #20BDDE; }
a { background-color: rgb(32,189,222); }
div.DivClassName
{
background-color: #20BDDE;
}
.BgClassName
{
background-color: #20BDDE;
}
</style>
border-color css
<style>
span { border-color: #20BDDE; }
span { border-color: rgb(32,189,222); }
td.TdClassName
{
border-color: #20BDDE;
}
.TagClassName
{
border-color: #20BDDE;
}
</style>