Shades of Summer Sky #36BAFC
Tints of Summer Sky #36BAFC
RGB
CMYK
RGB Variations
Color information
#36BAFC (or 0x36BAFC) is known color: Summer Sky. HEX triplet: 36, BA and FC. RGB value is (54,186,252). Sum of RGB (Red+Green+Blue) = 54+186+252=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #36BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36BAFC is #C94503. Grayscale: #999999. Windows color (decimal): -13190404 or 16562742. OLE color: 16562742.
HSL color Cylindrical-coordinate representation of color #36BAFC: hue angle of 200º 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 #36BAFC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 186 | 252 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.01 |
| HSL | 200º | 0.97% | 0.6% | - |
| HSV(B) | 200º | 0.79% | 0.99% | - |
| XYZ | 36.65 | 42.93 | 98.45 | - |
| YUV | 154.06 | 183.27 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 252 | 0.79 | 0.26 | 0 | 0.01 | 200 | 0.97 | 0.6 |
| Hex | 36 | BA | FC | 4F | 1A | 0 | 1 | C8 | 61 | 3C |
| Octal | 66 | 272 | 374 | 117 | 32 | 0 | 1 | 310 | 141 | 74 |
| Binary | 110110 | 10111010 | 11111100 | 1001111 | 11010 | 0 | 1 | 11001000 | 1100001 | 111100 |
Color Harmonies of #36BAFC
Complementary color
Monochromatic Colors of #36BAFC
Black with #36BAFC
Text Example
Text Example
White with #36BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BAFC; }
p { color: rgb(54,186,252); }
H1.HeaderClassName
{
color: #36BAFC;
}
.AnyTagClassName
{
color: #36BAFC;
}
</style>
background-color css
<style>
a { background-color: #36BAFC; }
a { background-color: rgb(54,186,252); }
div.DivClassName
{
background-color: #36BAFC;
}
.BgClassName
{
background-color: #36BAFC;
}
</style>
border-color css
<style>
span { border-color: #36BAFC; }
span { border-color: rgb(54,186,252); }
td.TdClassName
{
border-color: #36BAFC;
}
.TagClassName
{
border-color: #36BAFC;
}
</style>