Shades of Summer Sky #36BACB
Tints of Summer Sky #36BACB
RGB
CMYK
RGB Variations
Color information
#36BACB (or 0x36BACB) is known color: Summer Sky. HEX triplet: 36, BA and CB. RGB value is (54,186,203). Sum of RGB (Red+Green+Blue) = 54+186+203=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #36BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BACB is #C94534. Grayscale: #949494. Windows color (decimal): -13190453 or 13351478. OLE color: 13351478.
HSL color Cylindrical-coordinate representation of color #36BACB: hue angle of 186.85º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BACB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 186 | 203 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.20 |
| HSL | 186.85º | 0.59% | 0.5% | - |
| HSV(B) | 186.85º | 0.73% | 0.8% | - |
| XYZ | 29.86 | 40.21 | 62.69 | - |
| YUV | 148.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 203 | 0.73 | 0.08 | 0 | 0.20 | 186.85 | 0.59 | 0.5 |
| Hex | 36 | BA | CB | 49 | 8 | 0 | 14 | BB | 3B | 32 |
| Octal | 66 | 272 | 313 | 111 | 10 | 0 | 24 | 273 | 73 | 62 |
| Binary | 110110 | 10111010 | 11001011 | 1001001 | 1000 | 0 | 10100 | 10111011 | 111011 | 110010 |
Color Harmonies of #36BACB
Complementary color
Monochromatic Colors of #36BACB
Black with #36BACB
Text Example
Text Example
White with #36BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BACB; }
p { color: rgb(54,186,203); }
H1.HeaderClassName
{
color: #36BACB;
}
.AnyTagClassName
{
color: #36BACB;
}
</style>
background-color css
<style>
a { background-color: #36BACB; }
a { background-color: rgb(54,186,203); }
div.DivClassName
{
background-color: #36BACB;
}
.BgClassName
{
background-color: #36BACB;
}
</style>
border-color css
<style>
span { border-color: #36BACB; }
span { border-color: rgb(54,186,203); }
td.TdClassName
{
border-color: #36BACB;
}
.TagClassName
{
border-color: #36BACB;
}
</style>