#83AABE

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

Shades of Nepal #83AABE

Tints of Nepal #83AABE

Color information

#83AABE (or 0x83AABE) is unknown color: approx Nepal. HEX triplet: 83, AA and BE. RGB value is (131,170,190). Sum of RGB (Red+Green+Blue) = 131+170+190=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #83AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AABE is #7C5541. Grayscale: #A0A0A0. Windows color (decimal): -8148290 or 12495491. OLE color: 12495491.

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

Color convert

RGB131170190-
CMYK0.310.1100.25
HSL200.34º31.22%62.94%-
HSV(B)200.34º31.05%74.51%-
XYZ33.0337.2954.17-
YUV160.62144.58106.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=26.68%
G=34.62%
B=38.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311701900.310.1100.25200.3431.2262.94
Hex83AABE1FB019c81f3f
Octal20325227637130313103777
Binary1000001110101010101111101111110110110011100100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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