#35A6E5

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

Shades of Summer Sky #35A6E5

Tints of Summer Sky #35A6E5

Color information

#35A6E5 (or 0x35A6E5) is unknown color: approx Summer Sky. HEX triplet: 35, A6 and E5. RGB value is (53,166,229). Sum of RGB (Red+Green+Blue) = 53+166+229=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #35A6E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A6E5 is #CA591A. Grayscale: #8B8B8B. Windows color (decimal): -13261083 or 15050293. OLE color: 15050293.

HSL color Cylindrical-coordinate representation of color #35A6E5: hue angle of 201.48º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35A6E5 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB53166229-
CMYK0.770.2800.10
HSL201.48º77.19%55.29%-
HSV(B)201.48º76.86%89.8%-
XYZ29.2533.6979.09-
YUV139.39178.5666.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.83%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 229 (89.84% from 255) = 51.12%
R=11.83%
G=37.05%
B=51.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal531662290.770.2800.10201.4877.1955.29
Hex35A6E54D1C0Ac94d37
Octal652463451153401231111567
Binary110101101001101110010110011011110001010110010011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,229); }

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

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

 a { background-color: rgb(53,166,229); }

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

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

 span { border-color: rgb(53,166,229); }

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