#35A1E0

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

Shades of Summer Sky #35A1E0

Tints of Summer Sky #35A1E0

Color information

#35A1E0 (or 0x35A1E0) is unknown color: approx Summer Sky. HEX triplet: 35, A1 and E0. RGB value is (53,161,224). Sum of RGB (Red+Green+Blue) = 53+161+224=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #35A1E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A1E0 is #CA5E1F. Grayscale: #878787. Windows color (decimal): -13262368 or 14721333. OLE color: 14721333.

HSL color Cylindrical-coordinate representation of color #35A1E0: hue angle of 202.11º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35A1E0 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB53161224-
CMYK0.760.2800.12
HSL202.11º73.39%54.31%-
HSV(B)202.11º76.34%87.84%-
XYZ27.6731.6375.17-
YUV135.89177.7268.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 224 (87.89% from 255) = 51.14%
R=12.10%
G=36.76%
B=51.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal531612240.760.2800.12202.1173.3954.31
Hex35A1E04C1C0Cca4936
Octal652413401143401431211166
Binary110101101000011110000010011001110001100110010101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,161,224); }

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

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

 a { background-color: rgb(53,161,224); }

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

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

 span { border-color: rgb(53,161,224); }

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