#83ADBB

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

Shades of Glacier #83ADBB

Tints of Glacier #83ADBB

Color information

#83ADBB (or 0x83ADBB) is unknown color: approx Glacier. HEX triplet: 83, AD and BB. RGB value is (131,173,187). Sum of RGB (Red+Green+Blue) = 131+173+187=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #83ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADBB is #7C5244. Grayscale: #A1A1A1. Windows color (decimal): -8147525 or 12299651. OLE color: 12299651.

HSL color Cylindrical-coordinate representation of color #83ADBB: hue angle of 195º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83ADBB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131173187-
CMYK0.300.0700.27
HSL195º29.17%62.35%-
HSV(B)195º29.95%73.33%-
XYZ33.2738.352.65-
YUV162.04142.09105.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=26.68%
G=35.23%
B=38.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311731870.300.0700.2719529.1762.35
Hex83ADBB1E701Bc31d3e
Octal2032552733670333033576
Binary100000111010110110111011111101110110111100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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