#83B2BC

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

Shades of Glacier #83B2BC

Tints of Glacier #83B2BC

Color information

#83B2BC (or 0x83B2BC) is unknown color: approx Glacier. HEX triplet: 83, B2 and BC. RGB value is (131,178,188). Sum of RGB (Red+Green+Blue) = 131+178+188=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #83B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2BC is #7C4D43. Grayscale: #A5A5A5. Windows color (decimal): -8146244 or 12366467. OLE color: 12366467.

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

Color convert

RGB131178188-
CMYK0.300.0500.26
HSL190.53º29.84%62.55%-
HSV(B)190.53º30.32%73.73%-
XYZ34.3640.353.54-
YUV165.09140.93103.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.36%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=26.36%
G=35.81%
B=37.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311781880.300.0500.26190.5329.8462.55
Hex83B2BC1E501Abf1e3f
Octal2032622743650322773677
Binary100000111011001010111100111101010110101011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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