#83ABBA

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

Shades of Glacier #83ABBA

Tints of Glacier #83ABBA

Color information

#83ABBA (or 0x83ABBA) is unknown color: approx Glacier. HEX triplet: 83, AB and BA. RGB value is (131,171,186). Sum of RGB (Red+Green+Blue) = 131+171+186=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #83ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBA is #7C5445. Grayscale: #A0A0A0. Windows color (decimal): -8148038 or 12233603. OLE color: 12233603.

HSL color Cylindrical-coordinate representation of color #83ABBA: hue angle of 196.36º degrees, saturation: 0.28, 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 #83ABBA is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131171186-
CMYK0.300.0800.27
HSL196.36º28.5%62.16%-
HSV(B)196.36º29.57%72.94%-
XYZ32.7937.551.96-
YUV160.75142.25106.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.84%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=26.84%
G=35.04%
B=38.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311711860.300.0800.27196.3628.562.16
Hex83ABBA1E801Bc41c3e
Octal20325327236100333043476
Binary1000001110101011101110101111010000110111100010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,171,186); }

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

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

 a { background-color: rgb(131,171,186); }

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

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

 span { border-color: rgb(131,171,186); }

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