Shades of Summer Sky #20BDDF
Tints of Summer Sky #20BDDF
RGB
CMYK
RGB Variations
Color information
#20BDDF (or 0x20BDDF) is known color: Summer Sky. HEX triplet: 20, BD and DF. RGB value is (32,189,223). Sum of RGB (Red+Green+Blue) = 32+189+223=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #20BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDDF is #DF4220. Grayscale: #919191. Windows color (decimal): -14631457 or 14662944. OLE color: 14662944.
HSL color Cylindrical-coordinate representation of color #20BDDF: hue angle of 190.68º 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 #20BDDF is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 189 | 223 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.13 |
| HSL | 190.68º | 0.75% | 0.5% | - |
| HSV(B) | 190.68º | 0.86% | 0.87% | - |
| XYZ | 32.11 | 42.03 | 76.23 | - |
| YUV | 145.93 | 171.49 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 223 | 0.86 | 0.15 | 0 | 0.13 | 190.68 | 0.75 | 0.5 |
| Hex | 20 | BD | DF | 56 | F | 0 | D | BF | 4B | 32 |
| Octal | 40 | 275 | 337 | 126 | 17 | 0 | 15 | 277 | 113 | 62 |
| Binary | 100000 | 10111101 | 11011111 | 1010110 | 1111 | 0 | 1101 | 10111111 | 1001011 | 110010 |
Color Harmonies of #20BDDF
Complementary color
Monochromatic Colors of #20BDDF
Black with #20BDDF
Text Example
Text Example
White with #20BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDDF; }
p { color: rgb(32,189,223); }
H1.HeaderClassName
{
color: #20BDDF;
}
.AnyTagClassName
{
color: #20BDDF;
}
</style>
background-color css
<style>
a { background-color: #20BDDF; }
a { background-color: rgb(32,189,223); }
div.DivClassName
{
background-color: #20BDDF;
}
.BgClassName
{
background-color: #20BDDF;
}
</style>
border-color css
<style>
span { border-color: #20BDDF; }
span { border-color: rgb(32,189,223); }
td.TdClassName
{
border-color: #20BDDF;
}
.TagClassName
{
border-color: #20BDDF;
}
</style>