Shades of Summer Sky #36C4D6
Tints of Summer Sky #36C4D6
RGB
CMYK
RGB Variations
Color information
#36C4D6 (or 0x36C4D6) is known color: Summer Sky. HEX triplet: 36, C4 and D6. RGB value is (54,196,214). Sum of RGB (Red+Green+Blue) = 54+196+214=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #36C4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C4D6 is #C93B29. Grayscale: #9B9B9B. Windows color (decimal): -13187882 or 14074934. OLE color: 14074934.
HSL color Cylindrical-coordinate representation of color #36C4D6: hue angle of 186.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36C4D6 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 196 | 214 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.16 |
| HSL | 186.75º | 0.66% | 0.53% | - |
| HSV(B) | 186.75º | 0.75% | 0.84% | - |
| XYZ | 33.4 | 45.12 | 70.57 | - |
| YUV | 155.59 | 160.96 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 196 | 214 | 0.75 | 0.08 | 0 | 0.16 | 186.75 | 0.66 | 0.53 |
| Hex | 36 | C4 | D6 | 4B | 8 | 0 | 10 | BB | 42 | 35 |
| Octal | 66 | 304 | 326 | 113 | 10 | 0 | 20 | 273 | 102 | 65 |
| Binary | 110110 | 11000100 | 11010110 | 1001011 | 1000 | 0 | 10000 | 10111011 | 1000010 | 110101 |
Color Harmonies of #36C4D6
Complementary color
Monochromatic Colors of #36C4D6
Black with #36C4D6
Text Example
Text Example
White with #36C4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C4D6; }
p { color: rgb(54,196,214); }
H1.HeaderClassName
{
color: #36C4D6;
}
.AnyTagClassName
{
color: #36C4D6;
}
</style>
background-color css
<style>
a { background-color: #36C4D6; }
a { background-color: rgb(54,196,214); }
div.DivClassName
{
background-color: #36C4D6;
}
.BgClassName
{
background-color: #36C4D6;
}
</style>
border-color css
<style>
span { border-color: #36C4D6; }
span { border-color: rgb(54,196,214); }
td.TdClassName
{
border-color: #36C4D6;
}
.TagClassName
{
border-color: #36C4D6;
}
</style>