Shades of Summer Sky #20BFDF
Tints of Summer Sky #20BFDF
RGB
CMYK
RGB Variations
Color information
#20BFDF (or 0x20BFDF) is known color: Summer Sky. HEX triplet: 20, BF and DF. RGB value is (32,191,223). Sum of RGB (Red+Green+Blue) = 32+191+223=446 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.17% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #20BFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFDF is #DF4020. Grayscale: #929292. Windows color (decimal): -14630945 or 14663456. OLE color: 14663456.
HSL color Cylindrical-coordinate representation of color #20BFDF: hue angle of 190.05º 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 #20BFDF is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 191 | 223 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.13 |
| HSL | 190.05º | 0.75% | 0.5% | - |
| HSV(B) | 190.05º | 0.86% | 0.87% | - |
| XYZ | 32.55 | 42.9 | 76.38 | - |
| YUV | 147.11 | 170.82 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 223 | 0.86 | 0.14 | 0 | 0.13 | 190.05 | 0.75 | 0.5 |
| Hex | 20 | BF | DF | 56 | E | 0 | D | BE | 4B | 32 |
| Octal | 40 | 277 | 337 | 126 | 16 | 0 | 15 | 276 | 113 | 62 |
| Binary | 100000 | 10111111 | 11011111 | 1010110 | 1110 | 0 | 1101 | 10111110 | 1001011 | 110010 |
Color Harmonies of #20BFDF
Complementary color
Monochromatic Colors of #20BFDF
Black with #20BFDF
Text Example
Text Example
White with #20BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFDF; }
p { color: rgb(32,191,223); }
H1.HeaderClassName
{
color: #20BFDF;
}
.AnyTagClassName
{
color: #20BFDF;
}
</style>
background-color css
<style>
a { background-color: #20BFDF; }
a { background-color: rgb(32,191,223); }
div.DivClassName
{
background-color: #20BFDF;
}
.BgClassName
{
background-color: #20BFDF;
}
</style>
border-color css
<style>
span { border-color: #20BFDF; }
span { border-color: rgb(32,191,223); }
td.TdClassName
{
border-color: #20BFDF;
}
.TagClassName
{
border-color: #20BFDF;
}
</style>