Shades of Summer Sky #36B7FF
Tints of Summer Sky #36B7FF
RGB
CMYK
RGB Variations
Color information
#36B7FF (or 0x36B7FF) is known color: Summer Sky. HEX triplet: 36, B7 and FF. RGB value is (54,183,255). Sum of RGB (Red+Green+Blue) = 54+183+255=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #36B7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36B7FF is #C94800. Grayscale: #989898. Windows color (decimal): -13191169 or 16758582. OLE color: 16758582.
HSL color Cylindrical-coordinate representation of color #36B7FF: hue angle of 201.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36B7FF is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 183 | 255 | - |
| CMYK | 0.79 | 0.28 | 0 | 0 |
| HSL | 201.49º | 1% | 0.61% | - |
| HSV(B) | 201.49º | 0.79% | 1% | - |
| XYZ | 36.5 | 41.87 | 100.77 | - |
| YUV | 152.64 | 185.76 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 183 | 255 | 0.79 | 0.28 | 0 | 0 | 201.49 | 1 | 0.61 |
| Hex | 36 | B7 | FF | 4F | 1C | 0 | 0 | C9 | 64 | 3D |
| Octal | 66 | 267 | 377 | 117 | 34 | 0 | 0 | 311 | 144 | 75 |
| Binary | 110110 | 10110111 | 11111111 | 1001111 | 11100 | 0 | 0 | 11001001 | 1100100 | 111101 |
Color Harmonies of #36B7FF
Complementary color
Monochromatic Colors of #36B7FF
Black with #36B7FF
Text Example
Text Example
White with #36B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B7FF; }
p { color: rgb(54,183,255); }
H1.HeaderClassName
{
color: #36B7FF;
}
.AnyTagClassName
{
color: #36B7FF;
}
</style>
background-color css
<style>
a { background-color: #36B7FF; }
a { background-color: rgb(54,183,255); }
div.DivClassName
{
background-color: #36B7FF;
}
.BgClassName
{
background-color: #36B7FF;
}
</style>
border-color css
<style>
span { border-color: #36B7FF; }
span { border-color: rgb(54,183,255); }
td.TdClassName
{
border-color: #36B7FF;
}
.TagClassName
{
border-color: #36B7FF;
}
</style>