#87AFC0

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

Shades of Nepal #87AFC0

Tints of Nepal #87AFC0

Color information

#87AFC0 (or 0x87AFC0) is unknown color: approx Nepal. HEX triplet: 87, AF and C0. RGB value is (135,175,192). Sum of RGB (Red+Green+Blue) = 135+175+192=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #87AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFC0 is #78503F. Grayscale: #A4A4A4. Windows color (decimal): -7884864 or 12627847. OLE color: 12627847.

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

Color convert

RGB135175192-
CMYK0.300.0900.25
HSL197.89º31.15%64.12%-
HSV(B)197.89º29.69%75.29%-
XYZ34.8439.6255.68-
YUV164.98143.25106.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=26.89%
G=34.86%
B=38.25%

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
Decimal1351751920.300.0900.25197.8931.1564.12
Hex87AFC01E9019c61f40
Octal207257300361103130637100
Binary10000111101011111100000011110100101100111000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87AFC0;
 }
 .AnyTagClassName
 {
   color: #87AFC0;
 }
</style>
background-color css

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

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

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

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

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

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