#87AFC2

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

Shades of Nepal #87AFC2

Tints of Nepal #87AFC2

Color information

#87AFC2 (or 0x87AFC2) is unknown color: approx Nepal. HEX triplet: 87, AF and C2. RGB value is (135,175,194). Sum of RGB (Red+Green+Blue) = 135+175+194=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #87AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFC2 is #78503D. Grayscale: #A5A5A5. Windows color (decimal): -7884862 or 12758919. OLE color: 12758919.

HSL color Cylindrical-coordinate representation of color #87AFC2: hue angle of 199.32º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87AFC2 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135175194-
CMYK0.300.1000.24
HSL199.32º32.6%64.51%-
HSV(B)199.32º30.41%76.08%-
XYZ35.0639.7156.86-
YUV165.21144.25106.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=26.79%
G=34.72%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351751940.300.1000.24199.3232.664.51
Hex87AFC21EA018c72141
Octal207257302361203030741101
Binary100001111010111111000010111101010011000110001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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