#35A7EC

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

Shades of Summer Sky #35A7EC

Tints of Summer Sky #35A7EC

Color information

#35A7EC (or 0x35A7EC) is unknown color: approx Summer Sky. HEX triplet: 35, A7 and EC. RGB value is (53,167,236). Sum of RGB (Red+Green+Blue) = 53+167+236=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #35A7EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A7EC is #CA5813. Grayscale: #8C8C8C. Windows color (decimal): -13260820 or 15509301. OLE color: 15509301.

HSL color Cylindrical-coordinate representation of color #35A7EC: hue angle of 202.62º 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 #35A7EC is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53167236-
CMYK0.780.2900.07
HSL202.62º82.81%56.67%-
HSV(B)202.62º77.54%92.55%-
XYZ30.4334.4584.4-
YUV140.78181.7365.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.62%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 236 (92.58% from 255) = 51.75%
R=11.62%
G=36.62%
B=51.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531672360.780.2900.07202.6282.8156.67
Hex35A7EC4E1D07cb5339
Octal65247354116350731312371
Binary11010110100111111011001001110111010111110010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,167,236); }

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

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

 a { background-color: rgb(53,167,236); }

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

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

 span { border-color: rgb(53,167,236); }

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