Shades of Summer Sky #20BCDF
Tints of Summer Sky #20BCDF
RGB
CMYK
RGB Variations
Color information
#20BCDF (or 0x20BCDF) is known color: Summer Sky. HEX triplet: 20, BC and DF. RGB value is (32,188,223). Sum of RGB (Red+Green+Blue) = 32+188+223=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #20BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCDF is #DF4320. Grayscale: #919191. Windows color (decimal): -14631713 or 14662688. OLE color: 14662688.
HSL color Cylindrical-coordinate representation of color #20BCDF: hue angle of 190.99º 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 #20BCDF is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 188 | 223 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.13 |
| HSL | 190.99º | 0.75% | 0.5% | - |
| HSV(B) | 190.99º | 0.86% | 0.87% | - |
| XYZ | 31.9 | 41.6 | 76.16 | - |
| YUV | 145.35 | 171.82 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 223 | 0.86 | 0.16 | 0 | 0.13 | 190.99 | 0.75 | 0.5 |
| Hex | 20 | BC | DF | 56 | 10 | 0 | D | BF | 4B | 32 |
| Octal | 40 | 274 | 337 | 126 | 20 | 0 | 15 | 277 | 113 | 62 |
| Binary | 100000 | 10111100 | 11011111 | 1010110 | 10000 | 0 | 1101 | 10111111 | 1001011 | 110010 |
Color Harmonies of #20BCDF
Complementary color
Monochromatic Colors of #20BCDF
Black with #20BCDF
Text Example
Text Example
White with #20BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCDF; }
p { color: rgb(32,188,223); }
H1.HeaderClassName
{
color: #20BCDF;
}
.AnyTagClassName
{
color: #20BCDF;
}
</style>
background-color css
<style>
a { background-color: #20BCDF; }
a { background-color: rgb(32,188,223); }
div.DivClassName
{
background-color: #20BCDF;
}
.BgClassName
{
background-color: #20BCDF;
}
</style>
border-color css
<style>
span { border-color: #20BCDF; }
span { border-color: rgb(32,188,223); }
td.TdClassName
{
border-color: #20BCDF;
}
.TagClassName
{
border-color: #20BCDF;
}
</style>