#85A8BE

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

Shades of Nepal #85A8BE

Tints of Nepal #85A8BE

Color information

#85A8BE (or 0x85A8BE) is unknown color: approx Nepal. HEX triplet: 85, A8 and BE. RGB value is (133,168,190). Sum of RGB (Red+Green+Blue) = 133+168+190=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #85A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8BE is #7A5741. Grayscale: #9F9F9F. Windows color (decimal): -8017730 or 12494981. OLE color: 12494981.

HSL color Cylindrical-coordinate representation of color #85A8BE: hue angle of 203.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A8BE is Cyan = 0.3, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133168190-
CMYK0.30.1200.25
HSL203.16º30.48%63.33%-
HSV(B)203.16º30%74.51%-
XYZ32.9736.7154.06-
YUV160.04144.9108.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=27.09%
G=34.22%
B=38.70%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331681900.30.1200.25203.1630.4863.33
Hex85A8BE1EC019cb1e3f
Octal20525027636140313133677
Binary1000010110101000101111101111011000110011100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,168,190); }

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

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

 a { background-color: rgb(133,168,190); }

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

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

 span { border-color: rgb(133,168,190); }

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