#83AEB9

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

Shades of Glacier #83AEB9

Tints of Glacier #83AEB9

Color information

#83AEB9 (or 0x83AEB9) is unknown color: approx Glacier. HEX triplet: 83, AE and B9. RGB value is (131,174,185). Sum of RGB (Red+Green+Blue) = 131+174+185=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #83AEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEB9 is #7C5146. Grayscale: #A2A2A2. Windows color (decimal): -8147271 or 12168835. OLE color: 12168835.

HSL color Cylindrical-coordinate representation of color #83AEB9: hue angle of 192.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83AEB9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131174185-
CMYK0.290.0600.27
HSL192.22º27.84%61.96%-
HSV(B)192.22º29.19%72.55%-
XYZ33.2538.651.6-
YUV162.4140.75105.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=26.73%
G=35.51%
B=37.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311741850.290.0600.27192.2227.8461.96
Hex83AEB91D601Bc01c3e
Octal2032562713560333003476
Binary100000111010111010111001111011100110111100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,174,185); }

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

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

 a { background-color: rgb(131,174,185); }

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

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

 span { border-color: rgb(131,174,185); }

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