#35A4CC

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

Shades of Summer Sky #35A4CC

Tints of Summer Sky #35A4CC

Color information

#35A4CC (or 0x35A4CC) is unknown color: approx Summer Sky. HEX triplet: 35, A4 and CC. RGB value is (53,164,204). Sum of RGB (Red+Green+Blue) = 53+164+204=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #35A4CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A4CC is #CA5B33. Grayscale: #878787. Windows color (decimal): -13261620 or 13411381. OLE color: 13411381.

HSL color Cylindrical-coordinate representation of color #35A4CC: hue angle of 195.89º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35A4CC is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53164204-
CMYK0.740.2000.2
HSL195.89º59.68%50.39%-
HSV(B)195.89º74.02%80%-
XYZ25.6431.6761.89-
YUV135.37166.7369.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.59%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=12.59%
G=38.95%
B=48.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal531642040.740.2000.2195.8959.6850.39
Hex35A4CC4A14014c43c32
Octal65244314112240243047462
Binary110101101001001100110010010101010001010011000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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