#85A6BE

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

Shades of Nepal #85A6BE

Tints of Nepal #85A6BE

Color information

#85A6BE (or 0x85A6BE) is unknown color: approx Nepal. HEX triplet: 85, A6 and BE. RGB value is (133,166,190). Sum of RGB (Red+Green+Blue) = 133+166+190=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #85A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A6BE is #7A5941. Grayscale: #9E9E9E. Windows color (decimal): -8018242 or 12494469. OLE color: 12494469.

HSL color Cylindrical-coordinate representation of color #85A6BE: hue angle of 205.26º 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 #85A6BE is Cyan = 0.3, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133166190-
CMYK0.30.1300.25
HSL205.26º30.48%63.33%-
HSV(B)205.26º30%74.51%-
XYZ32.635.9853.94-
YUV158.87145.57109.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.20%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=27.20%
G=33.95%
B=38.85%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331661900.30.1300.25205.2630.4863.33
Hex85A6BE1ED019cd1e3f
Octal20524627636150313153677
Binary1000010110100110101111101111011010110011100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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