Shades of Summer Sky #20BCEF
Tints of Summer Sky #20BCEF
RGB
CMYK
RGB Variations
Color information
#20BCEF (or 0x20BCEF) is known color: Summer Sky. HEX triplet: 20, BC and EF. RGB value is (32,188,239). Sum of RGB (Red+Green+Blue) = 32+188+239=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #20BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCEF is #DF4310. Grayscale: #929292. Windows color (decimal): -14631697 or 15711264. OLE color: 15711264.
HSL color Cylindrical-coordinate representation of color #20BCEF: hue angle of 194.78º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BCEF is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 188 | 239 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.06 |
| HSL | 194.78º | 0.87% | 0.53% | - |
| HSV(B) | 194.78º | 0.87% | 0.94% | - |
| XYZ | 34.16 | 42.51 | 88.07 | - |
| YUV | 147.17 | 179.82 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 239 | 0.87 | 0.21 | 0 | 0.06 | 194.78 | 0.87 | 0.53 |
| Hex | 20 | BC | EF | 57 | 15 | 0 | 6 | C3 | 57 | 35 |
| Octal | 40 | 274 | 357 | 127 | 25 | 0 | 6 | 303 | 127 | 65 |
| Binary | 100000 | 10111100 | 11101111 | 1010111 | 10101 | 0 | 110 | 11000011 | 1010111 | 110101 |
Color Harmonies of #20BCEF
Complementary color
Monochromatic Colors of #20BCEF
Black with #20BCEF
Text Example
Text Example
White with #20BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCEF; }
p { color: rgb(32,188,239); }
H1.HeaderClassName
{
color: #20BCEF;
}
.AnyTagClassName
{
color: #20BCEF;
}
</style>
background-color css
<style>
a { background-color: #20BCEF; }
a { background-color: rgb(32,188,239); }
div.DivClassName
{
background-color: #20BCEF;
}
.BgClassName
{
background-color: #20BCEF;
}
</style>
border-color css
<style>
span { border-color: #20BCEF; }
span { border-color: rgb(32,188,239); }
td.TdClassName
{
border-color: #20BCEF;
}
.TagClassName
{
border-color: #20BCEF;
}
</style>