#87AFC5

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

Shades of Nepal #87AFC5

Tints of Nepal #87AFC5

Color information

#87AFC5 (or 0x87AFC5) is unknown color: approx Nepal. HEX triplet: 87, AF and C5. RGB value is (135,175,197). Sum of RGB (Red+Green+Blue) = 135+175+197=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #87AFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFC5 is #78503A. Grayscale: #A5A5A5. Windows color (decimal): -7884859 or 12955527. OLE color: 12955527.

HSL color Cylindrical-coordinate representation of color #87AFC5: hue angle of 201.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87AFC5 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB135175197-
CMYK0.310.1100.23
HSL201.29º34.83%65.1%-
HSV(B)201.29º31.47%77.25%-
XYZ35.439.8458.65-
YUV165.55145.75106.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=26.63%
G=34.52%
B=38.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351751970.310.1100.23201.2934.8365.1
Hex87AFC51FB017c92341
Octal207257305371302731143101
Binary100001111010111111000101111111011010111110010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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