#83AEBB

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

Shades of Glacier #83AEBB

Tints of Glacier #83AEBB

Color information

#83AEBB (or 0x83AEBB) is unknown color: approx Glacier. HEX triplet: 83, AE and BB. RGB value is (131,174,187). Sum of RGB (Red+Green+Blue) = 131+174+187=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #83AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEBB is #7C5144. Grayscale: #A2A2A2. Windows color (decimal): -8147269 or 12299907. OLE color: 12299907.

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

Color convert

RGB131174187-
CMYK0.300.0700.27
HSL193.93º29.17%62.35%-
HSV(B)193.93º29.95%73.33%-
XYZ33.4738.6952.72-
YUV162.62141.75105.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.63%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=26.63%
G=35.37%
B=38.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311741870.300.0700.27193.9329.1762.35
Hex83AEBB1E701Bc21d3e
Octal2032562733670333023576
Binary100000111010111010111011111101110110111100001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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