Shades of Summer Sky #36BCDB
Tints of Summer Sky #36BCDB
RGB
CMYK
RGB Variations
Color information
#36BCDB (or 0x36BCDB) is known color: Summer Sky. HEX triplet: 36, BC and DB. RGB value is (54,188,219). Sum of RGB (Red+Green+Blue) = 54+188+219=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #36BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BCDB is #C94324. Grayscale: #979797. Windows color (decimal): -13189925 or 14400566. OLE color: 14400566.
HSL color Cylindrical-coordinate representation of color #36BCDB: hue angle of 191.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36BCDB is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 188 | 219 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.14 |
| HSL | 191.27º | 0.7% | 0.54% | - |
| HSV(B) | 191.27º | 0.75% | 0.86% | - |
| XYZ | 32.29 | 41.87 | 73.4 | - |
| YUV | 151.47 | 166.11 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 219 | 0.75 | 0.14 | 0 | 0.14 | 191.27 | 0.7 | 0.54 |
| Hex | 36 | BC | DB | 4B | E | 0 | E | BF | 46 | 36 |
| Octal | 66 | 274 | 333 | 113 | 16 | 0 | 16 | 277 | 106 | 66 |
| Binary | 110110 | 10111100 | 11011011 | 1001011 | 1110 | 0 | 1110 | 10111111 | 1000110 | 110110 |
Color Harmonies of #36BCDB
Complementary color
Monochromatic Colors of #36BCDB
Black with #36BCDB
Text Example
Text Example
White with #36BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCDB; }
p { color: rgb(54,188,219); }
H1.HeaderClassName
{
color: #36BCDB;
}
.AnyTagClassName
{
color: #36BCDB;
}
</style>
background-color css
<style>
a { background-color: #36BCDB; }
a { background-color: rgb(54,188,219); }
div.DivClassName
{
background-color: #36BCDB;
}
.BgClassName
{
background-color: #36BCDB;
}
</style>
border-color css
<style>
span { border-color: #36BCDB; }
span { border-color: rgb(54,188,219); }
td.TdClassName
{
border-color: #36BCDB;
}
.TagClassName
{
border-color: #36BCDB;
}
</style>