#83ABBD

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

Shades of Glacier #83ABBD

Tints of Glacier #83ABBD

Color information

#83ABBD (or 0x83ABBD) is unknown color: approx Glacier. HEX triplet: 83, AB and BD. RGB value is (131,171,189). Sum of RGB (Red+Green+Blue) = 131+171+189=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #83ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBD is #7C5442. Grayscale: #A0A0A0. Windows color (decimal): -8148035 or 12430211. OLE color: 12430211.

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

Color convert

RGB131171189-
CMYK0.310.1000.26
HSL198.62º30.53%62.75%-
HSV(B)198.62º30.69%74.12%-
XYZ33.1137.6353.66-
YUV161.09143.75106.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=26.68%
G=34.83%
B=38.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311711890.310.1000.26198.6230.5362.75
Hex83ABBD1FA01Ac71f3f
Octal20325327537120323073777
Binary1000001110101011101111011111110100110101100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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