Html Css Color HEX #83AAC0 Nepal

📋 copy color: '#83AAC0'

red 131 ◦ green 170 ◦ blue 192

#83AAC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #83AAC0

Tints of Nepal #83AAC0

RGB

 RED value IS 131 (51.56% from 255) = 26.57%

 GREEN value IS 170 (66.8% 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 value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83AAC0 (or 0x83AAC0) is known color: 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

RGB 131 170 192 -
CMYK 0.32 0.11 0 0.25
HSL 201.64º 0.33% 0.63% -
HSV(B) 201.64º 0.32% 0.75% -
XYZ 33.25 37.38 55.33 -
YUV 160.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 131 170 192 0.32 0.11 0 0.25 201.64 0.33 0.63
Hex 83 AA C0 20 B 0 19 CA 21 3F
Octal 203 252 300 40 13 0 31 312 41 77
Binary 10000011 10101010 11000000 100000 1011 0 11001 11001010 100001 111111

Color Harmonies of #83AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAC0

Black with #83AAC0

Text Example


Text Example

White with #83AAC0

Text Example


Text Example

HTML Codes & Css Web 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>