#32AACA

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

Shades of Summer Sky #32AACA

Tints of Summer Sky #32AACA

Color information

#32AACA (or 0x32AACA) is unknown color: approx Summer Sky. HEX triplet: 32, AA and CA. RGB value is (50,170,202). Sum of RGB (Red+Green+Blue) = 50+170+202=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #32AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AACA is #CD5535. Grayscale: #898989. Windows color (decimal): -13456694 or 13281842. OLE color: 13281842.

HSL color Cylindrical-coordinate representation of color #32AACA: hue angle of 192.63º 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 #32AACA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50170202-
CMYK0.750.1600.21
HSL192.63º60.32%49.41%-
HSV(B)192.63º75.25%79.22%-
XYZ26.3533.6960.99-
YUV137.77164.2465.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.85%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=11.85%
G=40.28%
B=47.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501702020.750.1600.21192.6360.3249.41
Hex32AACA4B10015c13c31
Octal62252312113200253017461
Binary110010101010101100101010010111000001010111000001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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