Html Css Color HEX #83ABC2 Nepal

📋 copy color: '#83ABC2'

red 131 ◦ green 171 ◦ blue 194

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

Shades of Nepal #83ABC2

Tints of Nepal #83ABC2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 26.41%
G = 34.48%
B = 39.11%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#83ABC2 (or 0x83ABC2) is known color: Nepal. HEX triplet: 83, AB and C2. RGB value is (131,171,194). Sum of RGB (Red+Green+Blue) = 131+171+194=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #83ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABC2 is #7C543D. Grayscale: #A1A1A1. Windows color (decimal): -8148030 or 12757891. OLE color: 12757891.

HSL color Cylindrical-coordinate representation of color #83ABC2: hue angle of 201.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83ABC2 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 171 194 -
CMYK 0.32 0.12 0 0.24
HSL 201.9º 0.34% 0.64% -
HSV(B) 201.9º 0.32% 0.76% -
XYZ 33.66 37.85 56.57 -
YUV 161.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 131 171 194 0.32 0.12 0 0.24 201.9 0.34 0.64
Hex 83 AB C2 20 C 0 18 CA 22 40
Octal 203 253 302 40 14 0 30 312 42 100
Binary 10000011 10101011 11000010 100000 1100 0 11000 11001010 100010 1000000

Color Harmonies of #83ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABC2

Black with #83ABC2

Text Example


Text Example

White with #83ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,171,194); }

 H1.HeaderClassName
 {
   color: #83ABC2;
 }
 .AnyTagClassName
 {
   color: #83ABC2;
 }
</style>

background-color css

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

 a { background-color: rgb(131,171,194); }

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

border-color css

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

 span { border-color: rgb(131,171,194); }

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