#32AECA

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

Shades of Summer Sky #32AECA

Tints of Summer Sky #32AECA

Color information

#32AECA (or 0x32AECA) is unknown color: approx Summer Sky. HEX triplet: 32, AE and CA. RGB value is (50,174,202). Sum of RGB (Red+Green+Blue) = 50+174+202=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #32AECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AECA is #CD5135. Grayscale: #8B8B8B. Windows color (decimal): -13455670 or 13282866. OLE color: 13282866.

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

Color convert

RGB50174202-
CMYK0.750.1400.21
HSL191.05º60.32%49.41%-
HSV(B)191.05º75.25%79.22%-
XYZ27.1135.2161.25-
YUV140.12162.9263.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.74%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=11.74%
G=40.85%
B=47.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501742020.750.1400.21191.0560.3249.41
Hex32AECA4BE015bf3c31
Octal62256312113160252777461
Binary11001010101110110010101001011111001010110111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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