Html Css Color HEX #83A8BC Nepal

📋 copy color: '#83A8BC'

red 131 ◦ green 168 ◦ blue 188

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

Shades of Nepal #83A8BC

Tints of Nepal #83A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.5%

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 26.9%
G = 34.5%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83A8BC (or 0x83A8BC) is known color: Nepal. HEX triplet: 83, A8 and BC. RGB value is (131,168,188). Sum of RGB (Red+Green+Blue) = 131+168+188=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #83A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8BC is #7C5743. Grayscale: #9F9F9F. Windows color (decimal): -8148804 or 12363907. OLE color: 12363907.

HSL color Cylindrical-coordinate representation of color #83A8BC: hue angle of 201.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A8BC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 168 188 -
CMYK 0.30 0.11 0 0.26
HSL 201.05º 0.3% 0.63% -
HSV(B) 201.05º 0.3% 0.74% -
XYZ 32.44 36.46 52.9 -
YUV 159.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 131 168 188 0.30 0.11 0 0.26 201.05 0.3 0.63
Hex 83 A8 BC 1E B 0 1A C9 1E 3F
Octal 203 250 274 36 13 0 32 311 36 77
Binary 10000011 10101000 10111100 11110 1011 0 11010 11001001 11110 111111

Color Harmonies of #83A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A8BC

Black with #83A8BC

Text Example


Text Example

White with #83A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,168,188); }

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

background-color css

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

 a { background-color: rgb(131,168,188); }

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

border-color css

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

 span { border-color: rgb(131,168,188); }

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