Shades of Summer Sky #359EEF
Tints of Summer Sky #359EEF
RGB
CMYK
RGB Variations
Color information
#359EEF (or 0x359EEF) is known color: Summer Sky. HEX triplet: 35, 9E and EF. RGB value is (53,158,239). Sum of RGB (Red+Green+Blue) = 53+158+239=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #359EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EEF is #CA6110. Grayscale: #878787. Windows color (decimal): -13263121 or 15703605. OLE color: 15703605.
HSL color Cylindrical-coordinate representation of color #359EEF: hue angle of 206.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359EEF is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 158 | 239 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.06 |
| HSL | 206.13º | 0.85% | 0.57% | - |
| HSV(B) | 206.13º | 0.78% | 0.94% | - |
| XYZ | 29.28 | 31.44 | 86.19 | - |
| YUV | 135.84 | 186.21 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 239 | 0.78 | 0.34 | 0 | 0.06 | 206.13 | 0.85 | 0.57 |
| Hex | 35 | 9E | EF | 4E | 22 | 0 | 6 | CE | 55 | 39 |
| Octal | 65 | 236 | 357 | 116 | 42 | 0 | 6 | 316 | 125 | 71 |
| Binary | 110101 | 10011110 | 11101111 | 1001110 | 100010 | 0 | 110 | 11001110 | 1010101 | 111001 |
Color Harmonies of #359EEF
Complementary color
Monochromatic Colors of #359EEF
Black with #359EEF
Text Example
Text Example
White with #359EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359EEF; }
p { color: rgb(53,158,239); }
H1.HeaderClassName
{
color: #359EEF;
}
.AnyTagClassName
{
color: #359EEF;
}
</style>
background-color css
<style>
a { background-color: #359EEF; }
a { background-color: rgb(53,158,239); }
div.DivClassName
{
background-color: #359EEF;
}
.BgClassName
{
background-color: #359EEF;
}
</style>
border-color css
<style>
span { border-color: #359EEF; }
span { border-color: rgb(53,158,239); }
td.TdClassName
{
border-color: #359EEF;
}
.TagClassName
{
border-color: #359EEF;
}
</style>