Shades of Summer Sky #36C5F6
Tints of Summer Sky #36C5F6
RGB
CMYK
RGB Variations
Color information
#36C5F6 (or 0x36C5F6) is known color: Summer Sky. HEX triplet: 36, C5 and F6. RGB value is (54,197,246). Sum of RGB (Red+Green+Blue) = 54+197+246=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #36C5F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36C5F6 is #C93A09. Grayscale: #9F9F9F. Windows color (decimal): -13187594 or 16172342. OLE color: 16172342.
HSL color Cylindrical-coordinate representation of color #36C5F6: hue angle of 195.31º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36C5F6 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 197 | 246 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.04 |
| HSL | 195.31º | 0.91% | 0.59% | - |
| HSV(B) | 195.31º | 0.78% | 0.96% | - |
| XYZ | 38.12 | 47.37 | 94.32 | - |
| YUV | 159.83 | 176.62 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 197 | 246 | 0.78 | 0.20 | 0 | 0.04 | 195.31 | 0.91 | 0.59 |
| Hex | 36 | C5 | F6 | 4E | 14 | 0 | 4 | C3 | 5B | 3B |
| Octal | 66 | 305 | 366 | 116 | 24 | 0 | 4 | 303 | 133 | 73 |
| Binary | 110110 | 11000101 | 11110110 | 1001110 | 10100 | 0 | 100 | 11000011 | 1011011 | 111011 |
Color Harmonies of #36C5F6
Complementary color
Monochromatic Colors of #36C5F6
Black with #36C5F6
Text Example
Text Example
White with #36C5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C5F6; }
p { color: rgb(54,197,246); }
H1.HeaderClassName
{
color: #36C5F6;
}
.AnyTagClassName
{
color: #36C5F6;
}
</style>
background-color css
<style>
a { background-color: #36C5F6; }
a { background-color: rgb(54,197,246); }
div.DivClassName
{
background-color: #36C5F6;
}
.BgClassName
{
background-color: #36C5F6;
}
</style>
border-color css
<style>
span { border-color: #36C5F6; }
span { border-color: rgb(54,197,246); }
td.TdClassName
{
border-color: #36C5F6;
}
.TagClassName
{
border-color: #36C5F6;
}
</style>