Html Css Color HEX #87AEC0 Nepal

📋 copy color: '#87AEC0'

red 135 ◦ green 174 ◦ blue 192

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

Shades of Nepal #87AEC0

Tints of Nepal #87AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 26.95%
G = 34.73%
B = 38.32%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#87AEC0 (or 0x87AEC0) is known color: Nepal. HEX triplet: 87, AE and C0. RGB value is (135,174,192). Sum of RGB (Red+Green+Blue) = 135+174+192=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #87AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEC0 is #78513F. Grayscale: #A4A4A4. Windows color (decimal): -7885120 or 12627591. OLE color: 12627591.

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

Color convert

RGB 135 174 192 -
CMYK 0.30 0.09 0 0.25
HSL 198.95º 0.31% 0.64% -
HSV(B) 198.95º 0.3% 0.75% -
XYZ 34.64 39.23 55.62 -
YUV 164.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 135 174 192 0.30 0.09 0 0.25 198.95 0.31 0.64
Hex 87 AE C0 1E 9 0 19 C7 1F 40
Octal 207 256 300 36 11 0 31 307 37 100
Binary 10000111 10101110 11000000 11110 1001 0 11001 11000111 11111 1000000

Color Harmonies of #87AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AEC0

Black with #87AEC0

Text Example


Text Example

White with #87AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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