Shades of Summer Sky #36C1FB
Tints of Summer Sky #36C1FB
RGB
CMYK
RGB Variations
Color information
#36C1FB (or 0x36C1FB) is known color: Summer Sky. HEX triplet: 36, C1 and FB. RGB value is (54,193,251). Sum of RGB (Red+Green+Blue) = 54+193+251=498 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.84% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #36C1FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36C1FB is #C93E04. Grayscale: #9D9D9D. Windows color (decimal): -13188613 or 16498998. OLE color: 16498998.
HSL color Cylindrical-coordinate representation of color #36C1FB: hue angle of 197.66º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36C1FB is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 193 | 251 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.02 |
| HSL | 197.67º | 0.96% | 0.6% | - |
| HSV(B) | 197.67º | 0.78% | 0.98% | - |
| XYZ | 38 | 45.89 | 98.12 | - |
| YUV | 158.05 | 180.45 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 193 | 251 | 0.78 | 0.23 | 0 | 0.02 | 197.67 | 0.96 | 0.6 |
| Hex | 36 | C1 | FB | 4E | 17 | 0 | 2 | C6 | 60 | 3C |
| Octal | 66 | 301 | 373 | 116 | 27 | 0 | 2 | 306 | 140 | 74 |
| Binary | 110110 | 11000001 | 11111011 | 1001110 | 10111 | 0 | 10 | 11000110 | 1100000 | 111100 |
Color Harmonies of #36C1FB
Complementary color
Monochromatic Colors of #36C1FB
Black with #36C1FB
Text Example
Text Example
White with #36C1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C1FB; }
p { color: rgb(54,193,251); }
H1.HeaderClassName
{
color: #36C1FB;
}
.AnyTagClassName
{
color: #36C1FB;
}
</style>
background-color css
<style>
a { background-color: #36C1FB; }
a { background-color: rgb(54,193,251); }
div.DivClassName
{
background-color: #36C1FB;
}
.BgClassName
{
background-color: #36C1FB;
}
</style>
border-color css
<style>
span { border-color: #36C1FB; }
span { border-color: rgb(54,193,251); }
td.TdClassName
{
border-color: #36C1FB;
}
.TagClassName
{
border-color: #36C1FB;
}
</style>