Shades of Summer Sky #20BFDC
Tints of Summer Sky #20BFDC
RGB
CMYK
RGB Variations
Color information
#20BFDC (or 0x20BFDC) is known color: Summer Sky. HEX triplet: 20, BF and DC. RGB value is (32,191,220). Sum of RGB (Red+Green+Blue) = 32+191+220=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #20BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFDC is #DF4023. Grayscale: #929292. Windows color (decimal): -14630948 or 14466848. OLE color: 14466848.
HSL color Cylindrical-coordinate representation of color #20BFDC: hue angle of 189.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BFDC is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 191 | 220 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.14 |
| HSL | 189.26º | 0.75% | 0.49% | - |
| HSV(B) | 189.26º | 0.85% | 0.86% | - |
| XYZ | 32.14 | 42.74 | 74.26 | - |
| YUV | 146.77 | 169.32 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 220 | 0.85 | 0.13 | 0 | 0.14 | 189.26 | 0.75 | 0.49 |
| Hex | 20 | BF | DC | 55 | D | 0 | E | BD | 4B | 31 |
| Octal | 40 | 277 | 334 | 125 | 15 | 0 | 16 | 275 | 113 | 61 |
| Binary | 100000 | 10111111 | 11011100 | 1010101 | 1101 | 0 | 1110 | 10111101 | 1001011 | 110001 |
Color Harmonies of #20BFDC
Complementary color
Monochromatic Colors of #20BFDC
Black with #20BFDC
Text Example
Text Example
White with #20BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFDC; }
p { color: rgb(32,191,220); }
H1.HeaderClassName
{
color: #20BFDC;
}
.AnyTagClassName
{
color: #20BFDC;
}
</style>
background-color css
<style>
a { background-color: #20BFDC; }
a { background-color: rgb(32,191,220); }
div.DivClassName
{
background-color: #20BFDC;
}
.BgClassName
{
background-color: #20BFDC;
}
</style>
border-color css
<style>
span { border-color: #20BFDC; }
span { border-color: rgb(32,191,220); }
td.TdClassName
{
border-color: #20BFDC;
}
.TagClassName
{
border-color: #20BFDC;
}
</style>