#85A7BC

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

Shades of Nepal #85A7BC

Tints of Nepal #85A7BC

Color information

#85A7BC (or 0x85A7BC) is unknown color: approx Nepal. HEX triplet: 85, A7 and BC. RGB value is (133,167,188). Sum of RGB (Red+Green+Blue) = 133+167+188=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #85A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A7BC is #7A5843. Grayscale: #9F9F9F. Windows color (decimal): -8017988 or 12363653. OLE color: 12363653.

HSL color Cylindrical-coordinate representation of color #85A7BC: hue angle of 202.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A7BC is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133167188-
CMYK0.290.1100.26
HSL202.91º29.1%62.94%-
HSV(B)202.91º29.26%73.73%-
XYZ32.5736.2552.86-
YUV159.23144.24109.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=27.25%
G=34.22%
B=38.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331671880.290.1100.26202.9129.162.94
Hex85A7BC1DB01Acb1d3f
Octal20524727435130323133577
Binary1000010110100111101111001110110110110101100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A7BC; }

 p { color: rgb(133,167,188); }

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

<style>
 a { background-color: #85A7BC; }

 a { background-color: rgb(133,167,188); }

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

<style>
 span { border-color: #85A7BC; }

 span { border-color: rgb(133,167,188); }

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