Shades of Summer Sky #36A8FC
Tints of Summer Sky #36A8FC
RGB
CMYK
RGB Variations
Color information
#36A8FC (or 0x36A8FC) is known color: Summer Sky. HEX triplet: 36, A8 and FC. RGB value is (54,168,252). Sum of RGB (Red+Green+Blue) = 54+168+252=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #36A8FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #36A8FC is #C95703. Grayscale: #8F8F8F. Windows color (decimal): -13195012 or 16558134. OLE color: 16558134.
HSL color Cylindrical-coordinate representation of color #36A8FC: hue angle of 205.45º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36A8FC is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 168 | 252 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.01 |
| HSL | 205.45º | 0.97% | 0.6% | - |
| HSV(B) | 205.45º | 0.79% | 0.99% | - |
| XYZ | 33.09 | 35.82 | 97.26 | - |
| YUV | 143.49 | 189.23 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 168 | 252 | 0.79 | 0.33 | 0 | 0.01 | 205.45 | 0.97 | 0.6 |
| Hex | 36 | A8 | FC | 4F | 21 | 0 | 1 | CD | 61 | 3C |
| Octal | 66 | 250 | 374 | 117 | 41 | 0 | 1 | 315 | 141 | 74 |
| Binary | 110110 | 10101000 | 11111100 | 1001111 | 100001 | 0 | 1 | 11001101 | 1100001 | 111100 |
Color Harmonies of #36A8FC
Complementary color
Monochromatic Colors of #36A8FC
Black with #36A8FC
Text Example
Text Example
White with #36A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A8FC; }
p { color: rgb(54,168,252); }
H1.HeaderClassName
{
color: #36A8FC;
}
.AnyTagClassName
{
color: #36A8FC;
}
</style>
background-color css
<style>
a { background-color: #36A8FC; }
a { background-color: rgb(54,168,252); }
div.DivClassName
{
background-color: #36A8FC;
}
.BgClassName
{
background-color: #36A8FC;
}
</style>
border-color css
<style>
span { border-color: #36A8FC; }
span { border-color: rgb(54,168,252); }
td.TdClassName
{
border-color: #36A8FC;
}
.TagClassName
{
border-color: #36A8FC;
}
</style>