#83B0BB

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

Shades of Glacier #83B0BB

Tints of Glacier #83B0BB

Color information

#83B0BB (or 0x83B0BB) is unknown color: approx Glacier. HEX triplet: 83, B0 and BB. RGB value is (131,176,187). Sum of RGB (Red+Green+Blue) = 131+176+187=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #83B0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0BB is #7C4F44. Grayscale: #A3A3A3. Windows color (decimal): -8146757 or 12300419. OLE color: 12300419.

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

Color convert

RGB131176187-
CMYK0.300.0600.27
HSL191.79º29.17%62.35%-
HSV(B)191.79º29.95%73.33%-
XYZ33.8639.4652.85-
YUV163.8141.09104.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=26.52%
G=35.63%
B=37.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311761870.300.0600.27191.7929.1762.35
Hex83B0BB1E601Bc01d3e
Octal2032602733660333003576
Binary100000111011000010111011111101100110111100000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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