Shades of Summer Sky #20B5DF
Tints of Summer Sky #20B5DF
RGB
CMYK
RGB Variations
Color information
#20B5DF (or 0x20B5DF) is known color: Summer Sky. HEX triplet: 20, B5 and DF. RGB value is (32,181,223). Sum of RGB (Red+Green+Blue) = 32+181+223=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #20B5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B5DF is #DF4A20. Grayscale: #8C8C8C. Windows color (decimal): -14633505 or 14660896. OLE color: 14660896.
HSL color Cylindrical-coordinate representation of color #20B5DF: hue angle of 193.19º 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 #20B5DF is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 181 | 223 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.13 |
| HSL | 193.19º | 0.75% | 0.5% | - |
| HSV(B) | 193.19º | 0.86% | 0.87% | - |
| XYZ | 30.44 | 38.68 | 75.67 | - |
| YUV | 141.24 | 174.14 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 223 | 0.86 | 0.19 | 0 | 0.13 | 193.19 | 0.75 | 0.5 |
| Hex | 20 | B5 | DF | 56 | 13 | 0 | D | C1 | 4B | 32 |
| Octal | 40 | 265 | 337 | 126 | 23 | 0 | 15 | 301 | 113 | 62 |
| Binary | 100000 | 10110101 | 11011111 | 1010110 | 10011 | 0 | 1101 | 11000001 | 1001011 | 110010 |
Color Harmonies of #20B5DF
Complementary color
Monochromatic Colors of #20B5DF
Black with #20B5DF
Text Example
Text Example
White with #20B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B5DF; }
p { color: rgb(32,181,223); }
H1.HeaderClassName
{
color: #20B5DF;
}
.AnyTagClassName
{
color: #20B5DF;
}
</style>
background-color css
<style>
a { background-color: #20B5DF; }
a { background-color: rgb(32,181,223); }
div.DivClassName
{
background-color: #20B5DF;
}
.BgClassName
{
background-color: #20B5DF;
}
</style>
border-color css
<style>
span { border-color: #20B5DF; }
span { border-color: rgb(32,181,223); }
td.TdClassName
{
border-color: #20B5DF;
}
.TagClassName
{
border-color: #20B5DF;
}
</style>