#83A1AF

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

Shades of Bali Hai #83A1AF

Tints of Bali Hai #83A1AF

Color information

#83A1AF (or 0x83A1AF) is unknown color: approx Bali Hai. HEX triplet: 83, A1 and AF. RGB value is (131,161,175). Sum of RGB (Red+Green+Blue) = 131+161+175=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #83A1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A1AF is #7C5E50. Grayscale: #999999. Windows color (decimal): -8150609 or 11510147. OLE color: 11510147.

HSL color Cylindrical-coordinate representation of color #83A1AF: hue angle of 199.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83A1AF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131161175-
CMYK0.250.0800.31
HSL199.09º21.57%60%-
HSV(B)199.09º25.14%68.63%-
XYZ29.8433.4145.43-
YUV153.63140.06111.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=28.05%
G=34.48%
B=37.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311611750.250.0800.31199.0921.5760
Hex83A1AF19801Fc7163c
Octal20324125731100373072674
Binary1000001110100001101011111100110000111111100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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