Html Css Color HEX #88B1C4 Nepal

📋 copy color: '#88B1C4'

red 136 ◦ green 177 ◦ blue 196

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

Shades of Nepal #88B1C4

Tints of Nepal #88B1C4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

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

R = 26.72%
G = 34.77%
B = 38.51%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#88B1C4 (or 0x88B1C4) is known color: Nepal. HEX triplet: 88, B1 and C4. RGB value is (136,177,196). Sum of RGB (Red+Green+Blue) = 136+177+196=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #88B1C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1C4 is #774E3B. Grayscale: #A6A6A6. Windows color (decimal): -7818812 or 12890504. OLE color: 12890504.

HSL color Cylindrical-coordinate representation of color #88B1C4: hue angle of 199º 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 #88B1C4 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 177 196 -
CMYK 0.31 0.10 0 0.23
HSL 199º 0.34% 0.65% -
HSV(B) 199º 0.31% 0.77% -
XYZ 35.84 40.66 58.18 -
YUV 166.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 136 177 196 0.31 0.10 0 0.23 199 0.34 0.65
Hex 88 B1 C4 1F A 0 17 C7 22 41
Octal 210 261 304 37 12 0 27 307 42 101
Binary 10001000 10110001 11000100 11111 1010 0 10111 11000111 100010 1000001

Color Harmonies of #88B1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B1C4

Black with #88B1C4

Text Example


Text Example

White with #88B1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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