Html Css Color HEX #87ABBD Nepal

📋 copy color: '#87ABBD'

red 135 ◦ green 171 ◦ blue 189

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

Shades of Nepal #87ABBD

Tints of Nepal #87ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 27.27%
G = 34.55%
B = 38.18%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#87ABBD (or 0x87ABBD) is known color: Nepal. HEX triplet: 87, AB and BD. RGB value is (135,171,189). Sum of RGB (Red+Green+Blue) = 135+171+189=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #87ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBD is #785442. Grayscale: #A2A2A2. Windows color (decimal): -7885891 or 12430215. OLE color: 12430215.

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

Color convert

RGB 135 171 189 -
CMYK 0.29 0.10 0 0.26
HSL 200º 0.29% 0.64% -
HSV(B) 200º 0.29% 0.74% -
XYZ 33.74 37.95 53.69 -
YUV 162.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 135 171 189 0.29 0.10 0 0.26 200 0.29 0.64
Hex 87 AB BD 1D A 0 1A C8 1D 40
Octal 207 253 275 35 12 0 32 310 35 100
Binary 10000111 10101011 10111101 11101 1010 0 11010 11001000 11101 1000000

Color Harmonies of #87ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABBD

Black with #87ABBD

Text Example


Text Example

White with #87ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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