#83BABF

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

Shades of Glacier #83BABF

Tints of Glacier #83BABF

Color information

#83BABF (or 0x83BABF) is unknown color: approx Glacier. HEX triplet: 83, BA and BF. RGB value is (131,186,191). Sum of RGB (Red+Green+Blue) = 131+186+191=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #83BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BABF is #7C4540. Grayscale: #AAAAAA. Windows color (decimal): -8144193 or 12565123. OLE color: 12565123.

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

Color convert

RGB131186191-
CMYK0.310.0300.25
HSL185º31.91%63.14%-
HSV(B)185º31.41%74.9%-
XYZ36.3243.755.81-
YUV170.12139.78100.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.79%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 191 (75% from 255) = 37.60%
R=25.79%
G=36.61%
B=37.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311861910.310.0300.2518531.9163.14
Hex83BABF1F3019b9203f
Octal2032722773730312714077
Binary100000111011101010111111111111101100110111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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