#35A0E8

Color #35A0E8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #35A0E8

Tints of Summer Sky #35A0E8

Color information

#35A0E8 (or 0x35A0E8) is unknown color: approx Summer Sky. HEX triplet: 35, A0 and E8. RGB value is (53,160,232). Sum of RGB (Red+Green+Blue) = 53+160+232=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #35A0E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A0E8 is #CA5F17. Grayscale: #878787. Windows color (decimal): -13262616 or 15245365. OLE color: 15245365.

HSL color Cylindrical-coordinate representation of color #35A0E8: hue angle of 204.13º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35A0E8 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53160232-
CMYK0.770.3100.09
HSL204.13º79.56%55.88%-
HSV(B)204.13º77.16%90.98%-
XYZ28.631.7280.96-
YUV136.21182.0568.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 11.91%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 232 (91.02% from 255) = 52.13%
R=11.91%
G=35.96%
B=52.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531602320.770.3100.09204.1379.5655.88
Hex35A0E84D1F09cc5038
Octal652403501153701131412070
Binary110101101000001110100010011011111101001110011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A0E8; }

 p { color: rgb(53,160,232); }

 H1.HeaderClassName
 {
   color: #35A0E8;
 }
 .AnyTagClassName
 {
   color: #35A0E8;
 }
</style>
background-color css

<style>
 a { background-color: #35A0E8; }

 a { background-color: rgb(53,160,232); }

 div.DivClassName
 {
   background-color: #35A0E8;
 }
 .BgClassName
 {
   background-color: #35A0E8;
 }
</style>
border-color css

<style>
 span { border-color: #35A0E8; }

 span { border-color: rgb(53,160,232); }

 td.TdClassName
 {
   border-color: #35A0E8;
 }
 .TagClassName
 {
   border-color: #35A0E8;
 }
</style>