Html Css Color HEX #88ACC4 Nepal

📋 copy color: '#88ACC4'

red 136 ◦ green 172 ◦ blue 196

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

Shades of Nepal #88ACC4

Tints of Nepal #88ACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 26.98%
G = 34.13%
B = 38.89%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#88ACC4 (or 0x88ACC4) is known color: Nepal. HEX triplet: 88, AC and C4. RGB value is (136,172,196). Sum of RGB (Red+Green+Blue) = 136+172+196=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #88ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACC4 is #77533B. Grayscale: #A3A3A3. Windows color (decimal): -7820092 or 12889224. OLE color: 12889224.

HSL color Cylindrical-coordinate representation of color #88ACC4: hue angle of 204º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88ACC4 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 172 196 -
CMYK 0.31 0.12 0 0.23
HSL 204º 0.34% 0.65% -
HSV(B) 204º 0.31% 0.77% -
XYZ 34.87 38.72 57.86 -
YUV 163.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 136 172 196 0.31 0.12 0 0.23 204 0.34 0.65
Hex 88 AC C4 1F C 0 17 CC 22 41
Octal 210 254 304 37 14 0 27 314 42 101
Binary 10001000 10101100 11000100 11111 1100 0 10111 11001100 100010 1000001

Color Harmonies of #88ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACC4

Black with #88ACC4

Text Example


Text Example

White with #88ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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