#35AAC9

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

Shades of Summer Sky #35AAC9

Tints of Summer Sky #35AAC9

Color information

#35AAC9 (or 0x35AAC9) is unknown color: approx Summer Sky. HEX triplet: 35, AA and C9. RGB value is (53,170,201). Sum of RGB (Red+Green+Blue) = 53+170+201=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #35AAC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AAC9 is #CA5536. Grayscale: #8A8A8A. Windows color (decimal): -13260087 or 13216309. OLE color: 13216309.

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

Color convert

RGB53170201-
CMYK0.740.1500.21
HSL192.57º58.27%49.8%-
HSV(B)192.57º73.63%78.82%-
XYZ26.3933.7260.38-
YUV138.55163.2466.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.5%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=12.5%
G=40.09%
B=47.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531702010.740.1500.21192.5758.2749.8
Hex35AAC94AF015c13a32
Octal65252311112170253017262
Binary11010110101010110010011001010111101010111000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,170,201); }

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

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

 a { background-color: rgb(53,170,201); }

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

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

 span { border-color: rgb(53,170,201); }

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