#83BAC4

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

Shades of Glacier #83BAC4

Tints of Glacier #83BAC4

Color information

#83BAC4 (or 0x83BAC4) is unknown color: approx Glacier. HEX triplet: 83, BA and C4. RGB value is (131,186,196). Sum of RGB (Red+Green+Blue) = 131+186+196=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #83BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAC4 is #7C453B. Grayscale: #AAAAAA. Windows color (decimal): -8144188 or 12892803. OLE color: 12892803.

HSL color Cylindrical-coordinate representation of color #83BAC4: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83BAC4 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB131186196-
CMYK0.330.0500.23
HSL189.23º35.52%64.12%-
HSV(B)189.23º33.16%76.86%-
XYZ36.8843.9358.76-
YUV170.7142.2899.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.54%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=25.54%
G=36.26%
B=38.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1311861960.330.0500.23189.2335.5264.12
Hex83BAC4215017bd2440
Octal20327230441502727544100
Binary100000111011101011000100100001101010111101111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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