Shades of Summer Sky #20CCEB
Tints of Summer Sky #20CCEB
RGB
CMYK
RGB Variations
Color information
#20CCEB (or 0x20CCEB) is known color: Summer Sky. HEX triplet: 20, CC and EB. RGB value is (32,204,235). Sum of RGB (Red+Green+Blue) = 32+204+235=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #20CCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCEB is #DF3314. Grayscale: #9B9B9B. Windows color (decimal): -14627605 or 15453216. OLE color: 15453216.
HSL color Cylindrical-coordinate representation of color #20CCEB: hue angle of 189.16º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CCEB is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 204 | 235 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.08 |
| HSL | 189.16º | 0.84% | 0.52% | - |
| HSV(B) | 189.16º | 0.86% | 0.92% | - |
| XYZ | 37.18 | 49.49 | 86.19 | - |
| YUV | 156.11 | 172.52 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 235 | 0.86 | 0.13 | 0 | 0.08 | 189.16 | 0.84 | 0.52 |
| Hex | 20 | CC | EB | 56 | D | 0 | 8 | BD | 54 | 34 |
| Octal | 40 | 314 | 353 | 126 | 15 | 0 | 10 | 275 | 124 | 64 |
| Binary | 100000 | 11001100 | 11101011 | 1010110 | 1101 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #20CCEB
Complementary color
Monochromatic Colors of #20CCEB
Black with #20CCEB
Text Example
Text Example
White with #20CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCEB; }
p { color: rgb(32,204,235); }
H1.HeaderClassName
{
color: #20CCEB;
}
.AnyTagClassName
{
color: #20CCEB;
}
</style>
background-color css
<style>
a { background-color: #20CCEB; }
a { background-color: rgb(32,204,235); }
div.DivClassName
{
background-color: #20CCEB;
}
.BgClassName
{
background-color: #20CCEB;
}
</style>
border-color css
<style>
span { border-color: #20CCEB; }
span { border-color: rgb(32,204,235); }
td.TdClassName
{
border-color: #20CCEB;
}
.TagClassName
{
border-color: #20CCEB;
}
</style>