Shades of Summer Sky #359BEC
Tints of Summer Sky #359BEC
RGB
CMYK
RGB Variations
Color information
#359BEC (or 0x359BEC) is known color: Summer Sky. HEX triplet: 35, 9B and EC. RGB value is (53,155,236). Sum of RGB (Red+Green+Blue) = 53+155+236=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #359BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BEC is #CA6413. Grayscale: #858585. Windows color (decimal): -13263892 or 15506229. OLE color: 15506229.
HSL color Cylindrical-coordinate representation of color #359BEC: hue angle of 206.56º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359BEC is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 155 | 236 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.07 |
| HSL | 206.56º | 0.83% | 0.57% | - |
| HSV(B) | 206.56º | 0.78% | 0.93% | - |
| XYZ | 28.33 | 30.26 | 83.7 | - |
| YUV | 133.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 236 | 0.78 | 0.34 | 0 | 0.07 | 206.56 | 0.83 | 0.57 |
| Hex | 35 | 9B | EC | 4E | 22 | 0 | 7 | CF | 53 | 39 |
| Octal | 65 | 233 | 354 | 116 | 42 | 0 | 7 | 317 | 123 | 71 |
| Binary | 110101 | 10011011 | 11101100 | 1001110 | 100010 | 0 | 111 | 11001111 | 1010011 | 111001 |
Color Harmonies of #359BEC
Complementary color
Monochromatic Colors of #359BEC
Black with #359BEC
Text Example
Text Example
White with #359BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BEC; }
p { color: rgb(53,155,236); }
H1.HeaderClassName
{
color: #359BEC;
}
.AnyTagClassName
{
color: #359BEC;
}
</style>
background-color css
<style>
a { background-color: #359BEC; }
a { background-color: rgb(53,155,236); }
div.DivClassName
{
background-color: #359BEC;
}
.BgClassName
{
background-color: #359BEC;
}
</style>
border-color css
<style>
span { border-color: #359BEC; }
span { border-color: rgb(53,155,236); }
td.TdClassName
{
border-color: #359BEC;
}
.TagClassName
{
border-color: #359BEC;
}
</style>