#85ACBD

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

Shades of Nepal #85ACBD

Tints of Nepal #85ACBD

Color information

#85ACBD (or 0x85ACBD) is unknown color: approx Nepal. HEX triplet: 85, AC and BD. RGB value is (133,172,189). Sum of RGB (Red+Green+Blue) = 133+172+189=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #85ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACBD is #7A5342. Grayscale: #A2A2A2. Windows color (decimal): -8016707 or 12430469. OLE color: 12430469.

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

Color convert

RGB133172189-
CMYK0.300.0900.26
HSL198.21º29.79%63.14%-
HSV(B)198.21º29.63%74.12%-
XYZ33.6138.1753.74-
YUV162.28143.08107.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=26.92%
G=34.82%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331721890.300.0900.26198.2129.7963.14
Hex85ACBD1E901Ac61e3f
Octal20525427536110323063677
Binary1000010110101100101111011111010010110101100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,172,189); }

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

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

 a { background-color: rgb(133,172,189); }

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

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

 span { border-color: rgb(133,172,189); }

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