#35A2E6

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

Shades of Summer Sky #35A2E6

Tints of Summer Sky #35A2E6

Color information

#35A2E6 (or 0x35A2E6) is unknown color: approx Summer Sky. HEX triplet: 35, A2 and E6. RGB value is (53,162,230). Sum of RGB (Red+Green+Blue) = 53+162+230=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #35A2E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A2E6 is #CA5D19. Grayscale: #888888. Windows color (decimal): -13262106 or 15114805. OLE color: 15114805.

HSL color Cylindrical-coordinate representation of color #35A2E6: hue angle of 203.05º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35A2E6 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB53162230-
CMYK0.770.3000.10
HSL203.05º77.97%55.49%-
HSV(B)203.05º76.96%90.2%-
XYZ28.6732.3179.59-
YUV137.16180.3967.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.91%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 230 (90.23% from 255) = 51.69%
R=11.91%
G=36.40%
B=51.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal531622300.770.3000.10203.0577.9755.49
Hex35A2E64D1E0Acb4e37
Octal652423461153601231311667
Binary110101101000101110011010011011111001010110010111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,162,230); }

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

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

 a { background-color: rgb(53,162,230); }

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

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

 span { border-color: rgb(53,162,230); }

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