#83B2BF

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

Shades of Glacier #83B2BF

Tints of Glacier #83B2BF

Color information

#83B2BF (or 0x83B2BF) is unknown color: approx Glacier. HEX triplet: 83, B2 and BF. RGB value is (131,178,191). Sum of RGB (Red+Green+Blue) = 131+178+191=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #83B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2BF is #7C4D40. Grayscale: #A5A5A5. Windows color (decimal): -8146241 or 12563075. OLE color: 12563075.

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

Color convert

RGB131178191-
CMYK0.310.0700.25
HSL193º31.91%63.14%-
HSV(B)193º31.41%74.9%-
XYZ34.6840.4355.27-
YUV165.43142.43103.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 191 (75% from 255) = 38.2%
R=26.2%
G=35.6%
B=38.2%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311781910.310.0700.2519331.9163.14
Hex83B2BF1F7019c1203f
Octal2032622773770313014077
Binary1000001110110010101111111111111101100111000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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