#32AAC7

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

Shades of Summer Sky #32AAC7

Tints of Summer Sky #32AAC7

Color information

#32AAC7 (or 0x32AAC7) is unknown color: approx Summer Sky. HEX triplet: 32, AA and C7. RGB value is (50,170,199). Sum of RGB (Red+Green+Blue) = 50+170+199=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #32AAC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AAC7 is #CD5538. Grayscale: #898989. Windows color (decimal): -13456697 or 13085234. OLE color: 13085234.

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

Color convert

RGB50170199-
CMYK0.750.1500.22
HSL191.68º59.84%48.82%-
HSV(B)191.68º74.87%78.04%-
XYZ2633.5559.14-
YUV137.43162.7465.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.93%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 199 (78.12% from 255) = 47.49%
R=11.93%
G=40.57%
B=47.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501701990.750.1500.22191.6859.8448.82
Hex32AAC74BF016c03c31
Octal62252307113170263007461
Binary11001010101010110001111001011111101011011000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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