Shades of Summer Sky #36BACD
Tints of Summer Sky #36BACD
RGB
CMYK
RGB Variations
Color information
#36BACD (or 0x36BACD) is known color: Summer Sky. HEX triplet: 36, BA and CD. RGB value is (54,186,205). Sum of RGB (Red+Green+Blue) = 54+186+205=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #36BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BACD is #C94532. Grayscale: #949494. Windows color (decimal): -13190451 or 13482550. OLE color: 13482550.
HSL color Cylindrical-coordinate representation of color #36BACD: hue angle of 187.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36BACD is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 186 | 205 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.20 |
| HSL | 187.55º | 0.6% | 0.51% | - |
| HSV(B) | 187.55º | 0.74% | 0.8% | - |
| XYZ | 30.1 | 40.31 | 63.95 | - |
| YUV | 148.7 | 159.77 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 205 | 0.74 | 0.09 | 0 | 0.20 | 187.55 | 0.6 | 0.51 |
| Hex | 36 | BA | CD | 4A | 9 | 0 | 14 | BC | 3C | 33 |
| Octal | 66 | 272 | 315 | 112 | 11 | 0 | 24 | 274 | 74 | 63 |
| Binary | 110110 | 10111010 | 11001101 | 1001010 | 1001 | 0 | 10100 | 10111100 | 111100 | 110011 |
Color Harmonies of #36BACD
Complementary color
Monochromatic Colors of #36BACD
Black with #36BACD
Text Example
Text Example
White with #36BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BACD; }
p { color: rgb(54,186,205); }
H1.HeaderClassName
{
color: #36BACD;
}
.AnyTagClassName
{
color: #36BACD;
}
</style>
background-color css
<style>
a { background-color: #36BACD; }
a { background-color: rgb(54,186,205); }
div.DivClassName
{
background-color: #36BACD;
}
.BgClassName
{
background-color: #36BACD;
}
</style>
border-color css
<style>
span { border-color: #36BACD; }
span { border-color: rgb(54,186,205); }
td.TdClassName
{
border-color: #36BACD;
}
.TagClassName
{
border-color: #36BACD;
}
</style>