Html Css Color HEX #88A5B4 Nepal

📋 copy color: '#88A5B4'

red 136 ◦ green 165 ◦ blue 180

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

Shades of Nepal #88A5B4

Tints of Nepal #88A5B4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 28.27%
G = 34.3%
B = 37.42%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#88A5B4 (or 0x88A5B4) is known color: Nepal. HEX triplet: 88, A5 and B4. RGB value is (136,165,180). Sum of RGB (Red+Green+Blue) = 136+165+180=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #88A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5B4 is #775A4B. Grayscale: #9D9D9D. Windows color (decimal): -7821900 or 11838856. OLE color: 11838856.

HSL color Cylindrical-coordinate representation of color #88A5B4: hue angle of 200.45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88A5B4 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 165 180 -
CMYK 0.24 0.08 0 0.29
HSL 200.45º 0.23% 0.62% -
HSV(B) 200.45º 0.24% 0.71% -
XYZ 31.85 35.44 48.34 -
YUV 158.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 136 165 180 0.24 0.08 0 0.29 200.45 0.23 0.62
Hex 88 A5 B4 18 8 0 1D C8 17 3E
Octal 210 245 264 30 10 0 35 310 27 76
Binary 10001000 10100101 10110100 11000 1000 0 11101 11001000 10111 111110

Color Harmonies of #88A5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A5B4

Black with #88A5B4

Text Example


Text Example

White with #88A5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,165,180); }

 H1.HeaderClassName
 {
   color: #88A5B4;
 }
 .AnyTagClassName
 {
   color: #88A5B4;
 }
</style>

background-color css

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

 a { background-color: rgb(136,165,180); }

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

border-color css

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

 span { border-color: rgb(136,165,180); }

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