#83AFBB

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

Shades of Glacier #83AFBB

Tints of Glacier #83AFBB

Color information

#83AFBB (or 0x83AFBB) is unknown color: approx Glacier. HEX triplet: 83, AF and BB. RGB value is (131,175,187). Sum of RGB (Red+Green+Blue) = 131+175+187=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #83AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFBB is #7C5044. Grayscale: #A3A3A3. Windows color (decimal): -8147013 or 12300163. OLE color: 12300163.

HSL color Cylindrical-coordinate representation of color #83AFBB: hue angle of 192.86º 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 #83AFBB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131175187-
CMYK0.300.0600.27
HSL192.86º29.17%62.35%-
HSV(B)192.86º29.95%73.33%-
XYZ33.6639.0752.78-
YUV163.21141.42105.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=26.57%
G=35.50%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311751870.300.0600.27192.8629.1762.35
Hex83AFBB1E601Bc11d3e
Octal2032572733660333013576
Binary100000111010111110111011111101100110111100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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