#85AAC0

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

Shades of Nepal #85AAC0

Tints of Nepal #85AAC0

Color information

#85AAC0 (or 0x85AAC0) is unknown color: approx Nepal. HEX triplet: 85, AA and C0. RGB value is (133,170,192). Sum of RGB (Red+Green+Blue) = 133+170+192=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #85AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AAC0 is #7A553F. Grayscale: #A1A1A1. Windows color (decimal): -8017216 or 12626565. OLE color: 12626565.

HSL color Cylindrical-coordinate representation of color #85AAC0: hue angle of 202.37º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85AAC0 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133170192-
CMYK0.310.1100.25
HSL202.37º31.89%63.73%-
HSV(B)202.37º30.73%75.29%-
XYZ33.5637.5455.35-
YUV161.44145.24107.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=26.87%
G=34.34%
B=38.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331701920.310.1100.25202.3731.8963.73
Hex85AAC01FB019ca2040
Octal205252300371303131240100
Binary100001011010101011000000111111011011001110010101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,170,192); }

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

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

 a { background-color: rgb(133,170,192); }

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

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

 span { border-color: rgb(133,170,192); }

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