#35A5D2

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

Shades of Summer Sky #35A5D2

Tints of Summer Sky #35A5D2

Color information

#35A5D2 (or 0x35A5D2) is unknown color: approx Summer Sky. HEX triplet: 35, A5 and D2. RGB value is (53,165,210). Sum of RGB (Red+Green+Blue) = 53+165+210=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #35A5D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A5D2 is #CA5A2D. Grayscale: #888888. Windows color (decimal): -13261358 or 13804853. OLE color: 13804853.

HSL color Cylindrical-coordinate representation of color #35A5D2: hue angle of 197.2º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35A5D2 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB53165210-
CMYK0.750.2100.18
HSL197.2º63.56%51.57%-
HSV(B)197.2º74.76%82.35%-
XYZ26.5632.3265.81-
YUV136.64169.3968.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.38%
GREEN value IS 165 (64.84% from 255) = 38.55%
BLUE value IS 210 (82.42% from 255) = 49.07%
R=12.38%
G=38.55%
B=49.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531652100.750.2100.18197.263.5651.57
Hex35A5D24B15012c54034
Octal652453221132502230510064
Binary1101011010010111010010100101110101010010110001011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,165,210); }

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

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

 a { background-color: rgb(53,165,210); }

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

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

 span { border-color: rgb(53,165,210); }

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