Shades of Summer Sky #36C1E1
Tints of Summer Sky #36C1E1
RGB
CMYK
RGB Variations
Color information
#36C1E1 (or 0x36C1E1) is known color: Summer Sky. HEX triplet: 36, C1 and E1. RGB value is (54,193,225). Sum of RGB (Red+Green+Blue) = 54+193+225=472 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.44% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #36C1E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C1E1 is #C93E1E. Grayscale: #9A9A9A. Windows color (decimal): -13188639 or 14795062. OLE color: 14795062.
HSL color Cylindrical-coordinate representation of color #36C1E1: hue angle of 191.23º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36C1E1 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 193 | 225 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.12 |
| HSL | 191.23º | 0.74% | 0.55% | - |
| HSV(B) | 191.23º | 0.76% | 0.88% | - |
| XYZ | 34.18 | 44.36 | 78 | - |
| YUV | 155.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 193 | 225 | 0.76 | 0.14 | 0 | 0.12 | 191.23 | 0.74 | 0.55 |
| Hex | 36 | C1 | E1 | 4C | E | 0 | C | BF | 4A | 37 |
| Octal | 66 | 301 | 341 | 114 | 16 | 0 | 14 | 277 | 112 | 67 |
| Binary | 110110 | 11000001 | 11100001 | 1001100 | 1110 | 0 | 1100 | 10111111 | 1001010 | 110111 |
Color Harmonies of #36C1E1
Complementary color
Monochromatic Colors of #36C1E1
Black with #36C1E1
Text Example
Text Example
White with #36C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C1E1; }
p { color: rgb(54,193,225); }
H1.HeaderClassName
{
color: #36C1E1;
}
.AnyTagClassName
{
color: #36C1E1;
}
</style>
background-color css
<style>
a { background-color: #36C1E1; }
a { background-color: rgb(54,193,225); }
div.DivClassName
{
background-color: #36C1E1;
}
.BgClassName
{
background-color: #36C1E1;
}
</style>
border-color css
<style>
span { border-color: #36C1E1; }
span { border-color: rgb(54,193,225); }
td.TdClassName
{
border-color: #36C1E1;
}
.TagClassName
{
border-color: #36C1E1;
}
</style>