#83abbf

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

Shades of Glacier #83ABBF

Tints of Glacier #83ABBF

Color information

#83ABBF (or 0x83ABBF) is unknown color: approx Glacier. HEX triplet: 83, AB and BF. RGB value is (131,171,191). Sum of RGB (Red+Green+Blue) = 131+171+191=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #83ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBF is #7C5440. Grayscale: #A1A1A1. Windows color (decimal): -8148033 or 12561283. OLE color: 12561283.

HSL color Cylindrical-coordinate representation of color #83ABBF: hue angle of 200º 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 #83ABBF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131171191-
CMYK0.310.1000.25
HSL200º31.91%63.14%-
HSV(B)200º31.41%74.9%-
XYZ33.3337.7154.81-
YUV161.32144.75106.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 191 (75% from 255) = 38.74%
R=26.57%
G=34.69%
B=38.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311711910.310.1000.2520031.9163.14
Hex83ABBF1FA019c8203f
Octal20325327737120313104077
Binary10000011101010111011111111111101001100111001000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83abbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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