Html Css Color HEX #87ABBB Nepal

📋 copy color: '#87ABBB'

red 135 ◦ green 171 ◦ blue 187

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

Shades of Nepal #87ABBB

Tints of Nepal #87ABBB

RGB

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

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

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

R = 27.38%
G = 34.69%
B = 37.93%

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

#87ABBB (or 0x87ABBB) is known color: Nepal. HEX triplet: 87, AB and BB. RGB value is (135,171,187). Sum of RGB (Red+Green+Blue) = 135+171+187=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #87ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBB is #785444. Grayscale: #A1A1A1. Windows color (decimal): -7885893 or 12299143. OLE color: 12299143.

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

Color convert

RGB 135 171 187 -
CMYK 0.28 0.09 0 0.27
HSL 198.46º 0.28% 0.63% -
HSV(B) 198.46º 0.28% 0.73% -
XYZ 33.52 37.86 52.56 -
YUV 162.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 135 171 187 0.28 0.09 0 0.27 198.46 0.28 0.63
Hex 87 AB BB 1C 9 0 1B C6 1C 3F
Octal 207 253 273 34 11 0 33 306 34 77
Binary 10000111 10101011 10111011 11100 1001 0 11011 11000110 11100 111111

Color Harmonies of #87ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABBB

Black with #87ABBB

Text Example


Text Example

White with #87ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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