Shades of Summer Sky #20CBEB
Tints of Summer Sky #20CBEB
RGB
CMYK
RGB Variations
Color information
#20CBEB (or 0x20CBEB) is known color: Summer Sky. HEX triplet: 20, CB and EB. RGB value is (32,203,235). Sum of RGB (Red+Green+Blue) = 32+203+235=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #20CBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CBEB is #DF3414. Grayscale: #9B9B9B. Windows color (decimal): -14627861 or 15452960. OLE color: 15452960.
HSL color Cylindrical-coordinate representation of color #20CBEB: hue angle of 189.46º 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 #20CBEB is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 203 | 235 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.08 |
| HSL | 189.46º | 0.84% | 0.52% | - |
| HSV(B) | 189.46º | 0.86% | 0.92% | - |
| XYZ | 36.95 | 49.02 | 86.11 | - |
| YUV | 155.52 | 172.85 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 235 | 0.86 | 0.14 | 0 | 0.08 | 189.46 | 0.84 | 0.52 |
| Hex | 20 | CB | EB | 56 | E | 0 | 8 | BD | 54 | 34 |
| Octal | 40 | 313 | 353 | 126 | 16 | 0 | 10 | 275 | 124 | 64 |
| Binary | 100000 | 11001011 | 11101011 | 1010110 | 1110 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #20CBEB
Complementary color
Monochromatic Colors of #20CBEB
Black with #20CBEB
Text Example
Text Example
White with #20CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBEB; }
p { color: rgb(32,203,235); }
H1.HeaderClassName
{
color: #20CBEB;
}
.AnyTagClassName
{
color: #20CBEB;
}
</style>
background-color css
<style>
a { background-color: #20CBEB; }
a { background-color: rgb(32,203,235); }
div.DivClassName
{
background-color: #20CBEB;
}
.BgClassName
{
background-color: #20CBEB;
}
</style>
border-color css
<style>
span { border-color: #20CBEB; }
span { border-color: rgb(32,203,235); }
td.TdClassName
{
border-color: #20CBEB;
}
.TagClassName
{
border-color: #20CBEB;
}
</style>