Shades of Summer Sky #36B5FE
Tints of Summer Sky #36B5FE
RGB
CMYK
RGB Variations
Color information
#36B5FE (or 0x36B5FE) is known color: Summer Sky. HEX triplet: 36, B5 and FE. RGB value is (54,181,254). Sum of RGB (Red+Green+Blue) = 54+181+254=489 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.04% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #36B5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36B5FE is #C94A01. Grayscale: #969696. Windows color (decimal): -13191682 or 16692534. OLE color: 16692534.
HSL color Cylindrical-coordinate representation of color #36B5FE: hue angle of 201.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36B5FE is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 181 | 254 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.00 |
| HSL | 201.9º | 0.99% | 0.6% | - |
| HSV(B) | 201.9º | 0.79% | 1% | - |
| XYZ | 35.93 | 40.99 | 99.78 | - |
| YUV | 151.35 | 185.92 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 181 | 254 | 0.79 | 0.29 | 0 | 0.00 | 201.9 | 0.99 | 0.6 |
| Hex | 36 | B5 | FE | 4F | 1D | 0 | 0 | CA | 63 | 3C |
| Octal | 66 | 265 | 376 | 117 | 35 | 0 | 0 | 312 | 143 | 74 |
| Binary | 110110 | 10110101 | 11111110 | 1001111 | 11101 | 0 | 0 | 11001010 | 1100011 | 111100 |
Color Harmonies of #36B5FE
Complementary color
Monochromatic Colors of #36B5FE
Black with #36B5FE
Text Example
Text Example
White with #36B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B5FE; }
p { color: rgb(54,181,254); }
H1.HeaderClassName
{
color: #36B5FE;
}
.AnyTagClassName
{
color: #36B5FE;
}
</style>
background-color css
<style>
a { background-color: #36B5FE; }
a { background-color: rgb(54,181,254); }
div.DivClassName
{
background-color: #36B5FE;
}
.BgClassName
{
background-color: #36B5FE;
}
</style>
border-color css
<style>
span { border-color: #36B5FE; }
span { border-color: rgb(54,181,254); }
td.TdClassName
{
border-color: #36B5FE;
}
.TagClassName
{
border-color: #36B5FE;
}
</style>