#83ABBC

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

Shades of Glacier #83ABBC

Tints of Glacier #83ABBC

Color information

#83ABBC (or 0x83ABBC) is unknown color: approx Glacier. HEX triplet: 83, AB and BC. RGB value is (131,171,188). Sum of RGB (Red+Green+Blue) = 131+171+188=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #83ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBC is #7C5443. Grayscale: #A0A0A0. Windows color (decimal): -8148036 or 12364675. OLE color: 12364675.

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

Color convert

RGB131171188-
CMYK0.300.0900.26
HSL197.89º29.84%62.55%-
HSV(B)197.89º30.32%73.73%-
XYZ3337.5853.09-
YUV160.98143.25106.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=26.73%
G=34.90%
B=38.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311711880.300.0900.26197.8929.8462.55
Hex83ABBC1E901Ac61e3f
Octal20325327436110323063677
Binary1000001110101011101111001111010010110101100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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