Html Css Color HEX #88ACC1 Nepal

📋 copy color: '#88ACC1'

red 136 ◦ green 172 ◦ blue 193

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

Shades of Nepal #88ACC1

Tints of Nepal #88ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

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

R = 27.15%
G = 34.33%
B = 38.52%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#88ACC1 (or 0x88ACC1) is known color: Nepal. HEX triplet: 88, AC and C1. RGB value is (136,172,193). Sum of RGB (Red+Green+Blue) = 136+172+193=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #88ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACC1 is #77533E. Grayscale: #A3A3A3. Windows color (decimal): -7820095 or 12692616. OLE color: 12692616.

HSL color Cylindrical-coordinate representation of color #88ACC1: hue angle of 202.11º 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 #88ACC1 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 172 193 -
CMYK 0.30 0.11 0 0.24
HSL 202.11º 0.31% 0.65% -
HSV(B) 202.11º 0.3% 0.76% -
XYZ 34.53 38.59 56.08 -
YUV 163.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 136 172 193 0.30 0.11 0 0.24 202.11 0.31 0.65
Hex 88 AC C1 1E B 0 18 CA 1F 41
Octal 210 254 301 36 13 0 30 312 37 101
Binary 10001000 10101100 11000001 11110 1011 0 11000 11001010 11111 1000001

Color Harmonies of #88ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACC1

Black with #88ACC1

Text Example


Text Example

White with #88ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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