#85AABB

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

Shades of Nepal #85AABB

Tints of Nepal #85AABB

Color information

#85AABB (or 0x85AABB) is unknown color: approx Nepal. HEX triplet: 85, AA and BB. RGB value is (133,170,187). Sum of RGB (Red+Green+Blue) = 133+170+187=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #85AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AABB is #7A5544. Grayscale: #A0A0A0. Windows color (decimal): -8017221 or 12298885. OLE color: 12298885.

HSL color Cylindrical-coordinate representation of color #85AABB: hue angle of 198.89º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85AABB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133170187-
CMYK0.290.0900.27
HSL198.89º28.42%62.75%-
HSV(B)198.89º28.88%73.33%-
XYZ33.0237.3252.48-
YUV160.88142.74108.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.14%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=27.14%
G=34.69%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331701870.290.0900.27198.8928.4262.75
Hex85AABB1D901Bc71c3f
Octal20525227335110333073477
Binary1000010110101010101110111110110010110111100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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