#85ABBE

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

Shades of Nepal #85ABBE

Tints of Nepal #85ABBE

Color information

#85ABBE (or 0x85ABBE) is unknown color: approx Nepal. HEX triplet: 85, AB and BE. RGB value is (133,171,190). Sum of RGB (Red+Green+Blue) = 133+171+190=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #85ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABBE is #7A5441. Grayscale: #A1A1A1. Windows color (decimal): -8016962 or 12495749. OLE color: 12495749.

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

Color convert

RGB133171190-
CMYK0.30.1000.25
HSL200º30.48%63.33%-
HSV(B)200º30%74.51%-
XYZ33.5337.8354.25-
YUV161.8143.91107.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=26.92%
G=34.62%
B=38.46%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331711900.30.1000.2520030.4863.33
Hex85ABBE1EA019c81e3f
Octal20525327636120313103677
Binary1000010110101011101111101111010100110011100100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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