#83ABBB

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

Shades of Glacier #83ABBB

Tints of Glacier #83ABBB

Color information

#83ABBB (or 0x83ABBB) is unknown color: approx Glacier. HEX triplet: 83, AB and BB. RGB value is (131,171,187). Sum of RGB (Red+Green+Blue) = 131+171+187=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #83ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBB is #7C5444. Grayscale: #A0A0A0. Windows color (decimal): -8148037 or 12299139. OLE color: 12299139.

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

Color convert

RGB131171187-
CMYK0.300.0900.27
HSL197.14º29.17%62.35%-
HSV(B)197.14º29.95%73.33%-
XYZ32.8937.5452.53-
YUV160.86142.75106.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=26.79%
G=34.97%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311711870.300.0900.27197.1429.1762.35
Hex83ABBB1E901Bc51d3e
Octal20325327336110333053576
Binary1000001110101011101110111111010010110111100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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