Html Css Color HEX #87A9BB Nepal

📋 copy color: '#87A9BB'

red 135 ◦ green 169 ◦ blue 187

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

Shades of Nepal #87A9BB

Tints of Nepal #87A9BB

RGB

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

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

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

R = 27.49%
G = 34.42%
B = 38.09%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87A9BB (or 0x87A9BB) is known color: Nepal. HEX triplet: 87, A9 and BB. RGB value is (135,169,187). Sum of RGB (Red+Green+Blue) = 135+169+187=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #87A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9BB is #785644. Grayscale: #A0A0A0. Windows color (decimal): -7886405 or 12298631. OLE color: 12298631.

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

Color convert

RGB 135 169 187 -
CMYK 0.28 0.10 0 0.27
HSL 200.77º 0.28% 0.63% -
HSV(B) 200.77º 0.28% 0.73% -
XYZ 33.15 37.11 52.43 -
YUV 160.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 135 169 187 0.28 0.10 0 0.27 200.77 0.28 0.63
Hex 87 A9 BB 1C A 0 1B C9 1C 3F
Octal 207 251 273 34 12 0 33 311 34 77
Binary 10000111 10101001 10111011 11100 1010 0 11011 11001001 11100 111111

Color Harmonies of #87A9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A9BB

Black with #87A9BB

Text Example


Text Example

White with #87A9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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