Html Css Color HEX #82A9C0 Nepal

📋 copy color: '#82A9C0'

red 130 ◦ green 169 ◦ blue 192

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

Shades of Nepal #82A9C0

Tints of Nepal #82A9C0

RGB

 RED value IS 130 (51.17% from 255) = 26.48%

 GREEN value IS 169 (66.41% from 255) = 34.42%

 BLUE value IS 192 (75.39% from 255) = 39.1%

R = 26.48%
G = 34.42%
B = 39.1%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#82A9C0 (or 0x82A9C0) is known color: Nepal. HEX triplet: 82, A9 and C0. RGB value is (130,169,192). Sum of RGB (Red+Green+Blue) = 130+169+192=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #82A9C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A9C0 is #7D563F. Grayscale: #9F9F9F. Windows color (decimal): -8214080 or 12626306. OLE color: 12626306.

HSL color Cylindrical-coordinate representation of color #82A9C0: hue angle of 202.26º 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 #82A9C0 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 169 192 -
CMYK 0.32 0.12 0 0.25
HSL 202.26º 0.33% 0.63% -
HSV(B) 202.26º 0.32% 0.75% -
XYZ 32.91 36.93 55.26 -
YUV 159.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 130 169 192 0.32 0.12 0 0.25 202.26 0.33 0.63
Hex 82 A9 C0 20 C 0 19 CA 21 3F
Octal 202 251 300 40 14 0 31 312 41 77
Binary 10000010 10101001 11000000 100000 1100 0 11001 11001010 100001 111111

Color Harmonies of #82A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A9C0

Black with #82A9C0

Text Example


Text Example

White with #82A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A9C0; }

 p { color: rgb(130,169,192); }

 H1.HeaderClassName
 {
   color: #82A9C0;
 }
 .AnyTagClassName
 {
   color: #82A9C0;
 }
</style>

background-color css

<style>
 a { background-color: #82A9C0; }

 a { background-color: rgb(130,169,192); }

 div.DivClassName
 {
   background-color: #82A9C0;
 }
 .BgClassName
 {
   background-color: #82A9C0;
 }
</style>

border-color css

<style>
 span { border-color: #82A9C0; }

 span { border-color: rgb(130,169,192); }

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