#35AFCA

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

Shades of Summer Sky #35AFCA

Tints of Summer Sky #35AFCA

Color information

#35AFCA (or 0x35AFCA) is unknown color: approx Summer Sky. HEX triplet: 35, AF and CA. RGB value is (53,175,202). Sum of RGB (Red+Green+Blue) = 53+175+202=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #35AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AFCA is #CA5035. Grayscale: #8D8D8D. Windows color (decimal): -13258806 or 13283125. OLE color: 13283125.

HSL color Cylindrical-coordinate representation of color #35AFCA: hue angle of 190.87º 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 #35AFCA is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53175202-
CMYK0.740.1300.21
HSL190.87º58.43%50%-
HSV(B)190.87º73.76%79.22%-
XYZ27.4635.6861.32-
YUV141.6162.0864.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.33%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=12.33%
G=40.70%
B=46.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531752020.740.1300.21190.8758.4350
Hex35AFCA4AD015bf3a32
Octal65257312112150252777262
Binary11010110101111110010101001010110101010110111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,175,202); }

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

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

 a { background-color: rgb(53,175,202); }

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

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

 span { border-color: rgb(53,175,202); }

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