#83ADBE

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

Shades of Glacier #83ADBE

Tints of Glacier #83ADBE

Color information

#83ADBE (or 0x83ADBE) is unknown color: approx Glacier. HEX triplet: 83, AD and BE. RGB value is (131,173,190). Sum of RGB (Red+Green+Blue) = 131+173+190=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #83ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADBE is #7C5241. Grayscale: #A2A2A2. Windows color (decimal): -8147522 or 12496259. OLE color: 12496259.

HSL color Cylindrical-coordinate representation of color #83ADBE: hue angle of 197.29º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83ADBE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131173190-
CMYK0.310.0900.25
HSL197.29º31.22%62.94%-
HSV(B)197.29º31.05%74.51%-
XYZ33.638.4354.36-
YUV162.38143.59105.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=26.52%
G=35.02%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311731900.310.0900.25197.2931.2262.94
Hex83ADBE1F9019c51f3f
Octal20325527637110313053777
Binary1000001110101101101111101111110010110011100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,173,190); }

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

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

 a { background-color: rgb(131,173,190); }

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

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

 span { border-color: rgb(131,173,190); }

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