#83B1C3

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

Shades of Glacier #83B1C3

Tints of Glacier #83B1C3

Color information

#83B1C3 (or 0x83B1C3) is unknown color: approx Glacier. HEX triplet: 83, B1 and C3. RGB value is (131,177,195). Sum of RGB (Red+Green+Blue) = 131+177+195=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #83B1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B1C3 is #7C4E3C. Grayscale: #A5A5A5. Windows color (decimal): -8146493 or 12824963. OLE color: 12824963.

HSL color Cylindrical-coordinate representation of color #83B1C3: hue angle of 196.88º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83B1C3 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB131177195-
CMYK0.330.0900.24
HSL196.88º34.78%63.92%-
HSV(B)196.88º32.82%76.47%-
XYZ34.9340.2157.55-
YUV165.3144.76103.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.04%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=26.04%
G=35.19%
B=38.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311771950.330.0900.24196.8834.7863.92
Hex83B1C3219018c52340
Octal203261303411103030543100
Binary1000001110110001110000111000011001011000110001011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,177,195); }

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

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

 a { background-color: rgb(131,177,195); }

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

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

 span { border-color: rgb(131,177,195); }

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