Html Css Color HEX #87AEBF Nepal

📋 copy color: '#87AEBF'

red 135 ◦ green 174 ◦ blue 191

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

Shades of Nepal #87AEBF

Tints of Nepal #87AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 27%
G = 34.8%
B = 38.2%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#87AEBF (or 0x87AEBF) is known color: Nepal. HEX triplet: 87, AE and BF. RGB value is (135,174,191). Sum of RGB (Red+Green+Blue) = 135+174+191=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #87AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEBF is #785140. Grayscale: #A4A4A4. Windows color (decimal): -7885121 or 12562055. OLE color: 12562055.

HSL color Cylindrical-coordinate representation of color #87AEBF: hue angle of 198.21º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87AEBF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 174 191 -
CMYK 0.29 0.09 0 0.25
HSL 198.21º 0.3% 0.64% -
HSV(B) 198.21º 0.29% 0.75% -
XYZ 34.53 39.18 55.03 -
YUV 164.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 135 174 191 0.29 0.09 0 0.25 198.21 0.3 0.64
Hex 87 AE BF 1D 9 0 19 C6 1E 40
Octal 207 256 277 35 11 0 31 306 36 100
Binary 10000111 10101110 10111111 11101 1001 0 11001 11000110 11110 1000000

Color Harmonies of #87AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AEBF

Black with #87AEBF

Text Example


Text Example

White with #87AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,174,191); }

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

background-color css

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

 a { background-color: rgb(135,174,191); }

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

border-color css

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

 span { border-color: rgb(135,174,191); }

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