#87AEC0

Color #87AEC0 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #87AEC0

Tints of Nepal #87AEC0

Color information

#87AEC0 (or 0x87AEC0) is unknown color: approx 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

RGB135174192-
CMYK0.300.0900.25
HSL198.95º31.15%64.12%-
HSV(B)198.95º29.69%75.29%-
XYZ34.6439.2355.62-
YUV164.39143.58107.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351741920.300.0900.25198.9531.1564.12
Hex87AEC01E9019c71f40
Octal207256300361103130737100
Binary10000111101011101100000011110100101100111000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>