Html Css Color HEX #87ADC0 Nepal

📋 copy color: '#87ADC0'

red 135 ◦ green 173 ◦ blue 192

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

Shades of Nepal #87ADC0

Tints of Nepal #87ADC0

RGB

 RED value IS 135 (53.13% from 255) = 27%

 GREEN value IS 173 (67.97% from 255) = 34.6%

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

R = 27%
G = 34.6%
B = 38.4%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#87ADC0 (or 0x87ADC0) is known color: Nepal. HEX triplet: 87, AD and C0. RGB value is (135,173,192). Sum of RGB (Red+Green+Blue) = 135+173+192=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #87ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC0 is #78523F. Grayscale: #A3A3A3. Windows color (decimal): -7885376 or 12627335. OLE color: 12627335.

HSL color Cylindrical-coordinate representation of color #87ADC0: hue angle of 200º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87ADC0 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 173 192 -
CMYK 0.30 0.10 0 0.25
HSL 200º 0.31% 0.64% -
HSV(B) 200º 0.3% 0.75% -
XYZ 34.45 38.84 55.55 -
YUV 163.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 135 173 192 0.30 0.10 0 0.25 200 0.31 0.64
Hex 87 AD C0 1E A 0 19 C8 1F 40
Octal 207 255 300 36 12 0 31 310 37 100
Binary 10000111 10101101 11000000 11110 1010 0 11001 11001000 11111 1000000

Color Harmonies of #87ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADC0

Black with #87ADC0

Text Example


Text Example

White with #87ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87ADC0; }

 p { color: rgb(135,173,192); }

 H1.HeaderClassName
 {
   color: #87ADC0;
 }
 .AnyTagClassName
 {
   color: #87ADC0;
 }
</style>

background-color css

<style>
 a { background-color: #87ADC0; }

 a { background-color: rgb(135,173,192); }

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

border-color css

<style>
 span { border-color: #87ADC0; }

 span { border-color: rgb(135,173,192); }

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