#83ACC4

Color #83ACC4 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #83ACC4

Tints of Glacier #83ACC4

Color information

#83ACC4 (or 0x83ACC4) is unknown color: approx Glacier. HEX triplet: 83, AC and C4. RGB value is (131,172,196). Sum of RGB (Red+Green+Blue) = 131+172+196=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #83ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACC4 is #7C533B. Grayscale: #A2A2A2. Windows color (decimal): -8147772 or 12889219. OLE color: 12889219.

HSL color Cylindrical-coordinate representation of color #83ACC4: hue angle of 202.15º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83ACC4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB131172196-
CMYK0.330.1200.23
HSL202.15º35.52%64.12%-
HSV(B)202.15º33.16%76.86%-
XYZ34.0838.3257.82-
YUV162.48146.92105.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=26.25%
G=34.47%
B=39.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1311721960.330.1200.23202.1535.5264.12
Hex83ACC421C017ca2440
Octal203254304411402731244100
Binary1000001110101100110001001000011100010111110010101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83ACC4; }

 p { color: rgb(131,172,196); }

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

<style>
 a { background-color: #83ACC4; }

 a { background-color: rgb(131,172,196); }

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

<style>
 span { border-color: #83ACC4; }

 span { border-color: rgb(131,172,196); }

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