#83B3BF

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

Shades of Glacier #83B3BF

Tints of Glacier #83B3BF

Color information

#83B3BF (or 0x83B3BF) is unknown color: approx Glacier. HEX triplet: 83, B3 and BF. RGB value is (131,179,191). Sum of RGB (Red+Green+Blue) = 131+179+191=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #83B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B3BF is #7C4C40. Grayscale: #A5A5A5. Windows color (decimal): -8145985 or 12563331. OLE color: 12563331.

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

Color convert

RGB131179191-
CMYK0.310.0600.25
HSL192º31.91%63.14%-
HSV(B)192º31.41%74.9%-
XYZ34.8840.8355.33-
YUV166.02142.1103.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 191 (75% from 255) = 38.12%
R=26.15%
G=35.73%
B=38.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311791910.310.0600.2519231.9163.14
Hex83B3BF1F6019c0203f
Octal2032632773760313004077
Binary1000001110110011101111111111111001100111000000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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