#35A4D1

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

Shades of Summer Sky #35A4D1

Tints of Summer Sky #35A4D1

Color information

#35A4D1 (or 0x35A4D1) is unknown color: approx Summer Sky. HEX triplet: 35, A4 and D1. RGB value is (53,164,209). Sum of RGB (Red+Green+Blue) = 53+164+209=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #35A4D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A4D1 is #CA5B2E. Grayscale: #878787. Windows color (decimal): -13261615 or 13739061. OLE color: 13739061.

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

Color convert

RGB53164209-
CMYK0.750.2200.18
HSL197.31º62.9%51.37%-
HSV(B)197.31º74.64%81.96%-
XYZ26.2531.9165.1-
YUV135.94169.2368.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 209 (82.03% from 255) = 49.06%
R=12.44%
G=38.50%
B=49.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531642090.750.2200.18197.3162.951.37
Hex35A4D14B16012c53f33
Octal65244321113260223057763
Binary110101101001001101000110010111011001001011000101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,164,209); }

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

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

 a { background-color: rgb(53,164,209); }

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

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

 span { border-color: rgb(53,164,209); }

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