Shades of Summer Sky #36BFED
Tints of Summer Sky #36BFED
RGB
CMYK
RGB Variations
Color information
#36BFED (or 0x36BFED) is known color: Summer Sky. HEX triplet: 36, BF and ED. RGB value is (54,191,237). Sum of RGB (Red+Green+Blue) = 54+191+237=482 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.20% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #36BFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36BFED is #C94012. Grayscale: #9A9A9A. Windows color (decimal): -13189139 or 15580982. OLE color: 15580982.
HSL color Cylindrical-coordinate representation of color #36BFED: hue angle of 195.08º degrees, saturation: 0.84, 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 #36BFED is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 191 | 237 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.07 |
| HSL | 195.08º | 0.84% | 0.57% | - |
| HSV(B) | 195.08º | 0.77% | 0.93% | - |
| XYZ | 35.44 | 44.16 | 86.78 | - |
| YUV | 155.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 237 | 0.77 | 0.19 | 0 | 0.07 | 195.08 | 0.84 | 0.57 |
| Hex | 36 | BF | ED | 4D | 13 | 0 | 7 | C3 | 54 | 39 |
| Octal | 66 | 277 | 355 | 115 | 23 | 0 | 7 | 303 | 124 | 71 |
| Binary | 110110 | 10111111 | 11101101 | 1001101 | 10011 | 0 | 111 | 11000011 | 1010100 | 111001 |
Color Harmonies of #36BFED
Complementary color
Monochromatic Colors of #36BFED
Black with #36BFED
Text Example
Text Example
White with #36BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BFED; }
p { color: rgb(54,191,237); }
H1.HeaderClassName
{
color: #36BFED;
}
.AnyTagClassName
{
color: #36BFED;
}
</style>
background-color css
<style>
a { background-color: #36BFED; }
a { background-color: rgb(54,191,237); }
div.DivClassName
{
background-color: #36BFED;
}
.BgClassName
{
background-color: #36BFED;
}
</style>
border-color css
<style>
span { border-color: #36BFED; }
span { border-color: rgb(54,191,237); }
td.TdClassName
{
border-color: #36BFED;
}
.TagClassName
{
border-color: #36BFED;
}
</style>