#35A7ED

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

Shades of Summer Sky #35A7ED

Tints of Summer Sky #35A7ED

Color information

#35A7ED (or 0x35A7ED) is unknown color: approx Summer Sky. HEX triplet: 35, A7 and ED. RGB value is (53,167,237). Sum of RGB (Red+Green+Blue) = 53+167+237=457 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.60% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #35A7ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A7ED is #CA5812. Grayscale: #8C8C8C. Windows color (decimal): -13260819 or 15574837. OLE color: 15574837.

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

Color convert

RGB53167237-
CMYK0.780.3000.07
HSL202.83º83.64%56.86%-
HSV(B)202.83º77.64%92.94%-
XYZ30.5734.5185.17-
YUV140.89182.2365.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.60%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=11.60%
G=36.54%
B=51.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531672370.780.3000.07202.8383.6456.86
Hex35A7ED4E1E07cb5439
Octal65247355116360731312471
Binary11010110100111111011011001110111100111110010111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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