#83B8BB

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

Shades of Glacier #83B8BB

Tints of Glacier #83B8BB

Color information

#83B8BB (or 0x83B8BB) is unknown color: approx Glacier. HEX triplet: 83, B8 and BB. RGB value is (131,184,187). Sum of RGB (Red+Green+Blue) = 131+184+187=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #83B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B8BB is #7C4744. Grayscale: #A8A8A8. Windows color (decimal): -8144709 or 12302467. OLE color: 12302467.

HSL color Cylindrical-coordinate representation of color #83B8BB: hue angle of 183.21º degrees, saturation: 0.29, 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 #83B8BB is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131184187-
CMYK0.300.0200.27
HSL183.21º29.17%62.35%-
HSV(B)183.21º29.95%73.33%-
XYZ35.4742.6953.39-
YUV168.5138.44101.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.10%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=26.10%
G=36.65%
B=37.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311841870.300.0200.27183.2129.1762.35
Hex83B8BB1E201Bb71d3e
Octal2032702733620332673576
Binary10000011101110001011101111110100110111011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,184,187); }

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

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

 a { background-color: rgb(131,184,187); }

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

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

 span { border-color: rgb(131,184,187); }

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