#83B4BC

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

Shades of Glacier #83B4BC

Tints of Glacier #83B4BC

Color information

#83B4BC (or 0x83B4BC) is unknown color: approx Glacier. HEX triplet: 83, B4 and BC. RGB value is (131,180,188). Sum of RGB (Red+Green+Blue) = 131+180+188=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #83B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B4BC is #7C4B43. Grayscale: #A6A6A6. Windows color (decimal): -8145732 or 12366979. OLE color: 12366979.

HSL color Cylindrical-coordinate representation of color #83B4BC: hue angle of 188.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83B4BC is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131180188-
CMYK0.300.0400.26
HSL188.42º29.84%62.55%-
HSV(B)188.42º30.32%73.73%-
XYZ34.7641.153.68-
YUV166.26140.27102.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=26.25%
G=36.07%
B=37.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311801880.300.0400.26188.4229.8462.55
Hex83B4BC1E401Abc1e3f
Octal2032642743640322743677
Binary100000111011010010111100111101000110101011110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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