#35A4DC

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

Shades of Summer Sky #35A4DC

Tints of Summer Sky #35A4DC

Color information

#35A4DC (or 0x35A4DC) is unknown color: approx Summer Sky. HEX triplet: 35, A4 and DC. RGB value is (53,164,220). Sum of RGB (Red+Green+Blue) = 53+164+220=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #35A4DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A4DC is #CA5B23. Grayscale: #888888. Windows color (decimal): -13261604 or 14459957. OLE color: 14459957.

HSL color Cylindrical-coordinate representation of color #35A4DC: hue angle of 200.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35A4DC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB53164220-
CMYK0.760.2500.14
HSL200.12º70.46%53.53%-
HSV(B)200.12º75.91%86.27%-
XYZ27.6632.4872.52-
YUV137.2174.7367.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=12.13%
G=37.53%
B=50.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal531642200.760.2500.14200.1270.4653.53
Hex35A4DC4C190Ec84636
Octal652443341143101631010666
Binary110101101001001101110010011001100101110110010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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