#88AABF

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

Shades of Nepal #88AABF

Tints of Nepal #88AABF

Color information

#88AABF (or 0x88AABF) is unknown color: approx Nepal. HEX triplet: 88, AA and BF. RGB value is (136,170,191). Sum of RGB (Red+Green+Blue) = 136+170+191=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #88AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AABF is #775540. Grayscale: #A2A2A2. Windows color (decimal): -7820609 or 12561032. OLE color: 12561032.

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

Color convert

RGB136170191-
CMYK0.290.1100.25
HSL202.91º30.05%64.12%-
HSV(B)202.91º28.8%74.9%-
XYZ33.9337.7554.79-
YUV162.23144.24109.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 191 (75% from 255) = 38.43%
R=27.36%
G=34.21%
B=38.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361701910.290.1100.25202.9130.0564.12
Hex88AABF1DB019cb1e40
Octal210252277351303131336100
Binary10001000101010101011111111101101101100111001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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