#83BDBF

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

Shades of Glacier #83BDBF

Tints of Glacier #83BDBF

Color information

#83BDBF (or 0x83BDBF) is unknown color: approx Glacier. HEX triplet: 83, BD and BF. RGB value is (131,189,191). Sum of RGB (Red+Green+Blue) = 131+189+191=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #83BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDBF is #7C4240. Grayscale: #ABABAB. Windows color (decimal): -8143425 or 12565891. OLE color: 12565891.

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

Color convert

RGB131189191-
CMYK0.310.0100.25
HSL182º31.91%63.14%-
HSV(B)182º31.41%74.9%-
XYZ36.9644.9856.02-
YUV171.89138.7898.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 191 (75% from 255) = 37.38%
R=25.64%
G=36.99%
B=37.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311891910.310.0100.2518231.9163.14
Hex83BDBF1F1019b6203f
Octal2032752773710312664077
Binary10000011101111011011111111111101100110110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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