#83AEC1

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

Shades of Glacier #83AEC1

Tints of Glacier #83AEC1

Color information

#83AEC1 (or 0x83AEC1) is unknown color: approx Glacier. HEX triplet: 83, AE and C1. RGB value is (131,174,193). Sum of RGB (Red+Green+Blue) = 131+174+193=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #83AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEC1 is #7C513E. Grayscale: #A3A3A3. Windows color (decimal): -8147263 or 12693123. OLE color: 12693123.

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

Color convert

RGB131174193-
CMYK0.320.1000.24
HSL198.39º33.33%63.53%-
HSV(B)198.39º32.12%75.69%-
XYZ34.1238.9556.17-
YUV163.31144.75104.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.31%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=26.31%
G=34.94%
B=38.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311741930.320.1000.24198.3933.3363.53
Hex83AEC120A018c62140
Octal203256301401203030641100
Binary1000001110101110110000011000001010011000110001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,174,193); }

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

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

 a { background-color: rgb(131,174,193); }

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

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

 span { border-color: rgb(131,174,193); }

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