#32A5CA

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

Shades of Summer Sky #32A5CA

Tints of Summer Sky #32A5CA

Color information

#32A5CA (or 0x32A5CA) is unknown color: approx Summer Sky. HEX triplet: 32, A5 and CA. RGB value is (50,165,202). Sum of RGB (Red+Green+Blue) = 50+165+202=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #32A5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5CA is #CD5A35. Grayscale: #868686. Windows color (decimal): -13457974 or 13280562. OLE color: 13280562.

HSL color Cylindrical-coordinate representation of color #32A5CA: hue angle of 194.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32A5CA is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50165202-
CMYK0.750.1800.21
HSL194.61º60.32%49.41%-
HSV(B)194.61º75.25%79.22%-
XYZ25.4331.8560.68-
YUV134.83165.967.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.99%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=11.99%
G=39.57%
B=48.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501652020.750.1800.21194.6160.3249.41
Hex32A5CA4B12015c33c31
Octal62245312113220253037461
Binary110010101001011100101010010111001001010111000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A5CA; }

 p { color: rgb(50,165,202); }

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

<style>
 a { background-color: #32A5CA; }

 a { background-color: rgb(50,165,202); }

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

<style>
 span { border-color: #32A5CA; }

 span { border-color: rgb(50,165,202); }

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