Html Css Color HEX #87AABB Nepal

📋 copy color: '#87AABB'

red 135 ◦ green 170 ◦ blue 187

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

Shades of Nepal #87AABB

Tints of Nepal #87AABB

RGB

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

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

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

R = 27.44%
G = 34.55%
B = 38.01%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87AABB (or 0x87AABB) is known color: Nepal. HEX triplet: 87, AA and BB. RGB value is (135,170,187). Sum of RGB (Red+Green+Blue) = 135+170+187=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #87AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AABB is #785544. Grayscale: #A1A1A1. Windows color (decimal): -7886149 or 12298887. OLE color: 12298887.

HSL color Cylindrical-coordinate representation of color #87AABB: hue angle of 199.62º 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 #87AABB is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 170 187 -
CMYK 0.28 0.09 0 0.27
HSL 199.62º 0.28% 0.63% -
HSV(B) 199.62º 0.28% 0.73% -
XYZ 33.34 37.49 52.49 -
YUV 161.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 135 170 187 0.28 0.09 0 0.27 199.62 0.28 0.63
Hex 87 AA BB 1C 9 0 1B C8 1C 3F
Octal 207 252 273 34 11 0 33 310 34 77
Binary 10000111 10101010 10111011 11100 1001 0 11011 11001000 11100 111111

Color Harmonies of #87AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AABB

Black with #87AABB

Text Example


Text Example

White with #87AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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