Html Css Color HEX #88AAC1 Nepal

📋 copy color: '#88AAC1'

red 136 ◦ green 170 ◦ blue 193

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

Shades of Nepal #88AAC1

Tints of Nepal #88AAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 27.25%
G = 34.07%
B = 38.68%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#88AAC1 (or 0x88AAC1) is known color: Nepal. HEX triplet: 88, AA and C1. RGB value is (136,170,193). Sum of RGB (Red+Green+Blue) = 136+170+193=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #88AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAC1 is #77553E. Grayscale: #A2A2A2. Windows color (decimal): -7820607 or 12692104. OLE color: 12692104.

HSL color Cylindrical-coordinate representation of color #88AAC1: hue angle of 204.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88AAC1 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 170 193 -
CMYK 0.30 0.12 0 0.24
HSL 204.21º 0.31% 0.65% -
HSV(B) 204.21º 0.3% 0.76% -
XYZ 34.15 37.83 55.95 -
YUV 162.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 136 170 193 0.30 0.12 0 0.24 204.21 0.31 0.65
Hex 88 AA C1 1E C 0 18 CC 1F 41
Octal 210 252 301 36 14 0 30 314 37 101
Binary 10001000 10101010 11000001 11110 1100 0 11000 11001100 11111 1000001

Color Harmonies of #88AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAC1

Black with #88AAC1

Text Example


Text Example

White with #88AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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