Html Css Color HEX #83A9BB Nepal

📋 copy color: '#83A9BB'

red 131 ◦ green 169 ◦ blue 187

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

Shades of Nepal #83A9BB

Tints of Nepal #83A9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 26.9%
G = 34.7%
B = 38.4%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83A9BB (or 0x83A9BB) is known color: Nepal. HEX triplet: 83, A9 and BB. RGB value is (131,169,187). Sum of RGB (Red+Green+Blue) = 131+169+187=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #83A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A9BB is #7C5644. Grayscale: #9F9F9F. Windows color (decimal): -8148549 or 12298627. OLE color: 12298627.

HSL color Cylindrical-coordinate representation of color #83A9BB: hue angle of 199.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A9BB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 169 187 -
CMYK 0.30 0.10 0 0.27
HSL 199.29º 0.29% 0.62% -
HSV(B) 199.29º 0.3% 0.73% -
XYZ 32.52 36.79 52.4 -
YUV 159.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 131 169 187 0.30 0.10 0 0.27 199.29 0.29 0.62
Hex 83 A9 BB 1E A 0 1B C7 1D 3E
Octal 203 251 273 36 12 0 33 307 35 76
Binary 10000011 10101001 10111011 11110 1010 0 11011 11000111 11101 111110

Color Harmonies of #83A9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A9BB

Black with #83A9BB

Text Example


Text Example

White with #83A9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,169,187); }

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

background-color css

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

 a { background-color: rgb(131,169,187); }

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

border-color css

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

 span { border-color: rgb(131,169,187); }

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