Shades of Summer Sky #36BACC
Tints of Summer Sky #36BACC
RGB
CMYK
RGB Variations
Color information
#36BACC (or 0x36BACC) is known color: Summer Sky. HEX triplet: 36, BA and CC. RGB value is (54,186,204). Sum of RGB (Red+Green+Blue) = 54+186+204=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #36BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BACC is #C94533. Grayscale: #949494. Windows color (decimal): -13190452 or 13417014. OLE color: 13417014.
HSL color Cylindrical-coordinate representation of color #36BACC: hue angle of 187.2º 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 #36BACC is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 186 | 204 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.2 |
| HSL | 187.2º | 0.6% | 0.51% | - |
| HSV(B) | 187.2º | 0.74% | 0.8% | - |
| XYZ | 29.98 | 40.26 | 63.32 | - |
| YUV | 148.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 204 | 0.74 | 0.09 | 0 | 0.2 | 187.2 | 0.6 | 0.51 |
| Hex | 36 | BA | CC | 4A | 9 | 0 | 14 | BB | 3C | 33 |
| Octal | 66 | 272 | 314 | 112 | 11 | 0 | 24 | 273 | 74 | 63 |
| Binary | 110110 | 10111010 | 11001100 | 1001010 | 1001 | 0 | 10100 | 10111011 | 111100 | 110011 |
Color Harmonies of #36BACC
Complementary color
Monochromatic Colors of #36BACC
Black with #36BACC
Text Example
Text Example
White with #36BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BACC; }
p { color: rgb(54,186,204); }
H1.HeaderClassName
{
color: #36BACC;
}
.AnyTagClassName
{
color: #36BACC;
}
</style>
background-color css
<style>
a { background-color: #36BACC; }
a { background-color: rgb(54,186,204); }
div.DivClassName
{
background-color: #36BACC;
}
.BgClassName
{
background-color: #36BACC;
}
</style>
border-color css
<style>
span { border-color: #36BACC; }
span { border-color: rgb(54,186,204); }
td.TdClassName
{
border-color: #36BACC;
}
.TagClassName
{
border-color: #36BACC;
}
</style>