#83B4BA

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

Shades of Glacier #83B4BA

Tints of Glacier #83B4BA

Color information

#83B4BA (or 0x83B4BA) is unknown color: approx Glacier. HEX triplet: 83, B4 and BA. RGB value is (131,180,186). Sum of RGB (Red+Green+Blue) = 131+180+186=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #83B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B4BA is #7C4B45. Grayscale: #A5A5A5. Windows color (decimal): -8145734 or 12235907. OLE color: 12235907.

HSL color Cylindrical-coordinate representation of color #83B4BA: hue angle of 186.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83B4BA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131180186-
CMYK0.300.0300.27
HSL186.55º28.5%62.16%-
HSV(B)186.55º29.57%72.94%-
XYZ34.5441.0152.55-
YUV166.03139.27103.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.36%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=26.36%
G=36.22%
B=37.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311801860.300.0300.27186.5528.562.16
Hex83B4BA1E301Bbb1c3e
Octal2032642723630332733476
Binary10000011101101001011101011110110110111011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,186); }

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

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

 a { background-color: rgb(131,180,186); }

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

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

 span { border-color: rgb(131,180,186); }

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