#35AEC8

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

Shades of Summer Sky #35AEC8

Tints of Summer Sky #35AEC8

Color information

#35AEC8 (or 0x35AEC8) is unknown color: approx Summer Sky. HEX triplet: 35, AE and C8. RGB value is (53,174,200). Sum of RGB (Red+Green+Blue) = 53+174+200=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #35AEC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AEC8 is #CA5137. Grayscale: #8C8C8C. Windows color (decimal): -13259064 or 13151797. OLE color: 13151797.

HSL color Cylindrical-coordinate representation of color #35AEC8: hue angle of 190.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35AEC8 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB53174200-
CMYK0.740.1300.22
HSL190.61º58.1%49.61%-
HSV(B)190.61º73.5%78.43%-
XYZ27.0335.260.01-
YUV140.78161.4165.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=12.41%
G=40.75%
B=46.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531742000.740.1300.22190.6158.149.61
Hex35AEC84AD016bf3a32
Octal65256310112150262777262
Binary11010110101110110010001001010110101011010111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,174,200); }

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

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

 a { background-color: rgb(53,174,200); }

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

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

 span { border-color: rgb(53,174,200); }

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