Html Css Color HEX #88AABF Nepal

📋 copy color: '#88AABF'

red 136 ◦ green 170 ◦ blue 191

#88AABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #88AABF

Tints of Nepal #88AABF

RGB

 RED value IS 136 (53.52% from 255) = 27.36%

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 191 (75% from 255) = 38.43%

R = 27.36%
G = 34.21%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88AABF (or 0x88AABF) is known color: 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

RGB 136 170 191 -
CMYK 0.29 0.11 0 0.25
HSL 202.91º 0.3% 0.64% -
HSV(B) 202.91º 0.29% 0.75% -
XYZ 33.93 37.75 54.79 -
YUV 162.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 136 170 191 0.29 0.11 0 0.25 202.91 0.3 0.64
Hex 88 AA BF 1D B 0 19 CB 1E 40
Octal 210 252 277 35 13 0 31 313 36 100
Binary 10001000 10101010 10111111 11101 1011 0 11001 11001011 11110 1000000

Color Harmonies of #88AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AABF

Black with #88AABF

Text Example


Text Example

White with #88AABF

Text Example


Text Example

HTML Codes & Css Web 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>