#83ADBF

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

Shades of Glacier #83ADBF

Tints of Glacier #83ADBF

Color information

#83ADBF (or 0x83ADBF) is unknown color: approx Glacier. HEX triplet: 83, AD and BF. RGB value is (131,173,191). Sum of RGB (Red+Green+Blue) = 131+173+191=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #83ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADBF is #7C5240. Grayscale: #A2A2A2. Windows color (decimal): -8147521 or 12561795. OLE color: 12561795.

HSL color Cylindrical-coordinate representation of color #83ADBF: hue angle of 198º degrees, saturation: 0.32, 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 #83ADBF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131173191-
CMYK0.310.0900.25
HSL198º31.91%63.14%-
HSV(B)198º31.41%74.9%-
XYZ33.7138.4754.94-
YUV162.49144.09105.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.46%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 38.59%
R=26.46%
G=34.95%
B=38.59%

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
Decimal1311731910.310.0900.2519831.9163.14
Hex83ADBF1F9019c6203f
Octal20325527737110313064077
Binary10000011101011011011111111111100101100111000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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