#83AEBF

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

Shades of Glacier #83AEBF

Tints of Glacier #83AEBF

Color information

#83AEBF (or 0x83AEBF) is unknown color: approx Glacier. HEX triplet: 83, AE and BF. RGB value is (131,174,191). Sum of RGB (Red+Green+Blue) = 131+174+191=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #83AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEBF is #7C5140. Grayscale: #A2A2A2. Windows color (decimal): -8147265 or 12562051. OLE color: 12562051.

HSL color Cylindrical-coordinate representation of color #83AEBF: hue angle of 197º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83AEBF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131174191-
CMYK0.310.0900.25
HSL197º31.91%63.14%-
HSV(B)197º31.41%74.9%-
XYZ33.938.8655-
YUV163.08143.75105.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.41%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 191 (75% from 255) = 38.51%
R=26.41%
G=35.08%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311741910.310.0900.2519731.9163.14
Hex83AEBF1F9019c5203f
Octal20325627737110313054077
Binary10000011101011101011111111111100101100111000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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