Shades of Summer Sky #36A0CE
Tints of Summer Sky #36A0CE
RGB
CMYK
RGB Variations
Color information
#36A0CE (or 0x36A0CE) is known color: Summer Sky. HEX triplet: 36, A0 and CE. RGB value is (54,160,206). Sum of RGB (Red+Green+Blue) = 54+160+206=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #36A0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A0CE is #C95F31. Grayscale: #858585. Windows color (decimal): -13197106 or 13541430. OLE color: 13541430.
HSL color Cylindrical-coordinate representation of color #36A0CE: hue angle of 198.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36A0CE is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 160 | 206 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.19 |
| HSL | 198.16º | 0.61% | 0.51% | - |
| HSV(B) | 198.16º | 0.74% | 0.81% | - |
| XYZ | 25.23 | 30.38 | 62.93 | - |
| YUV | 133.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 206 | 0.74 | 0.22 | 0 | 0.19 | 198.16 | 0.61 | 0.51 |
| Hex | 36 | A0 | CE | 4A | 16 | 0 | 13 | C6 | 3D | 33 |
| Octal | 66 | 240 | 316 | 112 | 26 | 0 | 23 | 306 | 75 | 63 |
| Binary | 110110 | 10100000 | 11001110 | 1001010 | 10110 | 0 | 10011 | 11000110 | 111101 | 110011 |
Color Harmonies of #36A0CE
Complementary color
Monochromatic Colors of #36A0CE
Black with #36A0CE
Text Example
Text Example
White with #36A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A0CE; }
p { color: rgb(54,160,206); }
H1.HeaderClassName
{
color: #36A0CE;
}
.AnyTagClassName
{
color: #36A0CE;
}
</style>
background-color css
<style>
a { background-color: #36A0CE; }
a { background-color: rgb(54,160,206); }
div.DivClassName
{
background-color: #36A0CE;
}
.BgClassName
{
background-color: #36A0CE;
}
</style>
border-color css
<style>
span { border-color: #36A0CE; }
span { border-color: rgb(54,160,206); }
td.TdClassName
{
border-color: #36A0CE;
}
.TagClassName
{
border-color: #36A0CE;
}
</style>