#83AAC0

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

Shades of Nepal #83AAC0

Tints of Nepal #83AAC0

Color information

#83AAC0 (or 0x83AAC0) is unknown color: approx Nepal. HEX triplet: 83, AA and C0. RGB value is (131,170,192). Sum of RGB (Red+Green+Blue) = 131+170+192=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #83AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AAC0 is #7C553F. Grayscale: #A0A0A0. Windows color (decimal): -8148288 or 12626563. OLE color: 12626563.

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

Color convert

RGB131170192-
CMYK0.320.1100.25
HSL201.64º32.62%63.33%-
HSV(B)201.64º31.77%75.29%-
XYZ33.2537.3855.33-
YUV160.85145.58106.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=26.57%
G=34.48%
B=38.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311701920.320.1100.25201.6432.6263.33
Hex83AAC020B019ca213f
Octal20325230040130313124177
Binary100000111010101011000000100000101101100111001010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,192); }

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

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

 a { background-color: rgb(131,170,192); }

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

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

 span { border-color: rgb(131,170,192); }

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