#83AEBD

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

Shades of Glacier #83AEBD

Tints of Glacier #83AEBD

Color information

#83AEBD (or 0x83AEBD) is unknown color: approx Glacier. HEX triplet: 83, AE and BD. RGB value is (131,174,189). Sum of RGB (Red+Green+Blue) = 131+174+189=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #83AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEBD is #7C5142. Grayscale: #A2A2A2. Windows color (decimal): -8147267 or 12430979. OLE color: 12430979.

HSL color Cylindrical-coordinate representation of color #83AEBD: hue angle of 195.52º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83AEBD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131174189-
CMYK0.310.0800.26
HSL195.52º30.53%62.75%-
HSV(B)195.52º30.69%74.12%-
XYZ33.6838.7753.85-
YUV162.85142.75105.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=26.52%
G=35.22%
B=38.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311741890.310.0800.26195.5230.5362.75
Hex83AEBD1F801Ac41f3f
Octal20325627537100323043777
Binary1000001110101110101111011111110000110101100010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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