Html Css Color HEX #87AABD Nepal

📋 copy color: '#87AABD'

red 135 ◦ green 170 ◦ blue 189

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

Shades of Nepal #87AABD

Tints of Nepal #87AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

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

R = 27.33%
G = 34.41%
B = 38.26%

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

#87AABD (or 0x87AABD) is known color: Nepal. HEX triplet: 87, AA and BD. RGB value is (135,170,189). Sum of RGB (Red+Green+Blue) = 135+170+189=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #87AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AABD is #785542. Grayscale: #A1A1A1. Windows color (decimal): -7886147 or 12429959. OLE color: 12429959.

HSL color Cylindrical-coordinate representation of color #87AABD: hue angle of 201.11º 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 #87AABD is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 170 189 -
CMYK 0.29 0.10 0 0.26
HSL 201.11º 0.29% 0.64% -
HSV(B) 201.11º 0.29% 0.74% -
XYZ 33.55 37.57 53.63 -
YUV 161.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 135 170 189 0.29 0.10 0 0.26 201.11 0.29 0.64
Hex 87 AA BD 1D A 0 1A C9 1D 40
Octal 207 252 275 35 12 0 32 311 35 100
Binary 10000111 10101010 10111101 11101 1010 0 11010 11001001 11101 1000000

Color Harmonies of #87AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AABD

Black with #87AABD

Text Example


Text Example

White with #87AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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