Shades of Summer Sky #36AFEC
Tints of Summer Sky #36AFEC
RGB
CMYK
RGB Variations
Color information
#36AFEC (or 0x36AFEC) is known color: Summer Sky. HEX triplet: 36, AF and EC. RGB value is (54,175,236). Sum of RGB (Red+Green+Blue) = 54+175+236=465 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.61% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #36AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #36AFEC is #C95013. Grayscale: #919191. Windows color (decimal): -13193236 or 15511350. OLE color: 15511350.
HSL color Cylindrical-coordinate representation of color #36AFEC: hue angle of 200.11º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36AFEC is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 175 | 236 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.07 |
| HSL | 200.11º | 0.83% | 0.57% | - |
| HSV(B) | 200.11º | 0.77% | 0.93% | - |
| XYZ | 31.99 | 37.5 | 84.91 | - |
| YUV | 145.78 | 178.91 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 236 | 0.77 | 0.26 | 0 | 0.07 | 200.11 | 0.83 | 0.57 |
| Hex | 36 | AF | EC | 4D | 1A | 0 | 7 | C8 | 53 | 39 |
| Octal | 66 | 257 | 354 | 115 | 32 | 0 | 7 | 310 | 123 | 71 |
| Binary | 110110 | 10101111 | 11101100 | 1001101 | 11010 | 0 | 111 | 11001000 | 1010011 | 111001 |
Color Harmonies of #36AFEC
Complementary color
Monochromatic Colors of #36AFEC
Black with #36AFEC
Text Example
Text Example
White with #36AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AFEC; }
p { color: rgb(54,175,236); }
H1.HeaderClassName
{
color: #36AFEC;
}
.AnyTagClassName
{
color: #36AFEC;
}
</style>
background-color css
<style>
a { background-color: #36AFEC; }
a { background-color: rgb(54,175,236); }
div.DivClassName
{
background-color: #36AFEC;
}
.BgClassName
{
background-color: #36AFEC;
}
</style>
border-color css
<style>
span { border-color: #36AFEC; }
span { border-color: rgb(54,175,236); }
td.TdClassName
{
border-color: #36AFEC;
}
.TagClassName
{
border-color: #36AFEC;
}
</style>