Shades of Summer Sky #358FDE
Tints of Summer Sky #358FDE
RGB
CMYK
RGB Variations
Color information
#358FDE (or 0x358FDE) is known color: Summer Sky. HEX triplet: 35, 8F and DE. RGB value is (53,143,222). Sum of RGB (Red+Green+Blue) = 53+143+222=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #358FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FDE is #CA7021. Grayscale: #7C7C7C. Windows color (decimal): -13266978 or 14585653. OLE color: 14585653.
HSL color Cylindrical-coordinate representation of color #358FDE: hue angle of 208.05º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358FDE is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 143 | 222 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.13 |
| HSL | 208.05º | 0.72% | 0.54% | - |
| HSV(B) | 208.05º | 0.76% | 0.87% | - |
| XYZ | 24.48 | 25.68 | 72.77 | - |
| YUV | 125.1 | 182.68 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 222 | 0.76 | 0.36 | 0 | 0.13 | 208.05 | 0.72 | 0.54 |
| Hex | 35 | 8F | DE | 4C | 24 | 0 | D | D0 | 48 | 36 |
| Octal | 65 | 217 | 336 | 114 | 44 | 0 | 15 | 320 | 110 | 66 |
| Binary | 110101 | 10001111 | 11011110 | 1001100 | 100100 | 0 | 1101 | 11010000 | 1001000 | 110110 |
Color Harmonies of #358FDE
Complementary color
Monochromatic Colors of #358FDE
Black with #358FDE
Text Example
Text Example
White with #358FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FDE; }
p { color: rgb(53,143,222); }
H1.HeaderClassName
{
color: #358FDE;
}
.AnyTagClassName
{
color: #358FDE;
}
</style>
background-color css
<style>
a { background-color: #358FDE; }
a { background-color: rgb(53,143,222); }
div.DivClassName
{
background-color: #358FDE;
}
.BgClassName
{
background-color: #358FDE;
}
</style>
border-color css
<style>
span { border-color: #358FDE; }
span { border-color: rgb(53,143,222); }
td.TdClassName
{
border-color: #358FDE;
}
.TagClassName
{
border-color: #358FDE;
}
</style>