Html Css Color HEX #87ABBF Nepal

📋 copy color: '#87ABBF'

red 135 ◦ green 171 ◦ blue 191

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

Shades of Nepal #87ABBF

Tints of Nepal #87ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.43%

R = 27.16%
G = 34.41%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#87ABBF (or 0x87ABBF) is known color: Nepal. HEX triplet: 87, AB and BF. RGB value is (135,171,191). Sum of RGB (Red+Green+Blue) = 135+171+191=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #87ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBF is #785440. Grayscale: #A2A2A2. Windows color (decimal): -7885889 or 12561287. OLE color: 12561287.

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

Color convert

RGB 135 171 191 -
CMYK 0.29 0.10 0 0.25
HSL 201.43º 0.3% 0.64% -
HSV(B) 201.43º 0.29% 0.75% -
XYZ 33.96 38.04 54.84 -
YUV 162.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 135 171 191 0.29 0.10 0 0.25 201.43 0.3 0.64
Hex 87 AB BF 1D A 0 19 C9 1E 40
Octal 207 253 277 35 12 0 31 311 36 100
Binary 10000111 10101011 10111111 11101 1010 0 11001 11001001 11110 1000000

Color Harmonies of #87ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABBF

Black with #87ABBF

Text Example


Text Example

White with #87ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,171,191); }

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

background-color css

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

 a { background-color: rgb(135,171,191); }

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

border-color css

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

 span { border-color: rgb(135,171,191); }

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