#32ACCA

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

Shades of Summer Sky #32ACCA

Tints of Summer Sky #32ACCA

Color information

#32ACCA (or 0x32ACCA) is unknown color: approx Summer Sky. HEX triplet: 32, AC and CA. RGB value is (50,172,202). Sum of RGB (Red+Green+Blue) = 50+172+202=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #32ACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACCA is #CD5335. Grayscale: #8A8A8A. Windows color (decimal): -13456182 or 13282354. OLE color: 13282354.

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

Color convert

RGB50172202-
CMYK0.750.1500.21
HSL191.84º60.32%49.41%-
HSV(B)191.84º75.25%79.22%-
XYZ26.7334.4561.12-
YUV138.94163.5864.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.79%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=11.79%
G=40.57%
B=47.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501722020.750.1500.21191.8460.3249.41
Hex32ACCA4BF015c03c31
Octal62254312113170253007461
Binary11001010101100110010101001011111101010111000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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