#85ABBC

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

Shades of Nepal #85ABBC

Tints of Nepal #85ABBC

Color information

#85ABBC (or 0x85ABBC) is unknown color: approx Nepal. HEX triplet: 85, AB and BC. RGB value is (133,171,188). Sum of RGB (Red+Green+Blue) = 133+171+188=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #85ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABBC is #7A5443. Grayscale: #A1A1A1. Windows color (decimal): -8016964 or 12364677. OLE color: 12364677.

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

Color convert

RGB133171188-
CMYK0.290.0900.26
HSL198.55º29.1%62.94%-
HSV(B)198.55º29.26%73.73%-
XYZ33.3137.7453.11-
YUV161.58142.91107.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=27.03%
G=34.76%
B=38.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331711880.290.0900.26198.5529.162.94
Hex85ABBC1D901Ac71d3f
Octal20525327435110323073577
Binary1000010110101011101111001110110010110101100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,188); }

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

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

 a { background-color: rgb(133,171,188); }

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

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

 span { border-color: rgb(133,171,188); }

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