#88AABD

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

Shades of Nepal #88AABD

Tints of Nepal #88AABD

Color information

#88AABD (or 0x88AABD) is unknown color: approx Nepal. HEX triplet: 88, AA and BD. RGB value is (136,170,189). Sum of RGB (Red+Green+Blue) = 136+170+189=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #88AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AABD is #775542. Grayscale: #A1A1A1. Windows color (decimal): -7820611 or 12429960. OLE color: 12429960.

HSL color Cylindrical-coordinate representation of color #88AABD: hue angle of 201.51º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88AABD is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136170189-
CMYK0.280.1000.26
HSL201.51º28.65%63.73%-
HSV(B)201.51º28.04%74.12%-
XYZ33.7137.6653.64-
YUV162143.24109.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=27.47%
G=34.34%
B=38.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361701890.280.1000.26201.5128.6563.73
Hex88AABD1CA01Aca1d40
Octal210252275341203231235100
Binary10001000101010101011110111100101001101011001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AABD; }

 p { color: rgb(136,170,189); }

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

<style>
 a { background-color: #88AABD; }

 a { background-color: rgb(136,170,189); }

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

<style>
 span { border-color: #88AABD; }

 span { border-color: rgb(136,170,189); }

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