#35ACED

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

Shades of Summer Sky #35ACED

Tints of Summer Sky #35ACED

Color information

#35ACED (or 0x35ACED) is unknown color: approx Summer Sky. HEX triplet: 35, AC and ED. RGB value is (53,172,237). Sum of RGB (Red+Green+Blue) = 53+172+237=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #35ACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35ACED is #CA5312. Grayscale: #8F8F8F. Windows color (decimal): -13259539 or 15576117. OLE color: 15576117.

HSL color Cylindrical-coordinate representation of color #35ACED: hue angle of 201.2º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ACED is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53172237-
CMYK0.780.2700.07
HSL201.2º83.64%56.86%-
HSV(B)201.2º77.64%92.94%-
XYZ31.5136.3885.48-
YUV143.83180.5863.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.47%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 237 (92.97% from 255) = 51.30%
R=11.47%
G=37.23%
B=51.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531722370.780.2700.07201.283.6456.86
Hex35ACED4E1B07c95439
Octal65254355116330731112471
Binary11010110101100111011011001110110110111110010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,237); }

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

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

 a { background-color: rgb(53,172,237); }

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

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

 span { border-color: rgb(53,172,237); }

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