Html Css Color HEX #88ABBB Nepal

📋 copy color: '#88ABBB'

red 136 ◦ green 171 ◦ blue 187

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

Shades of Nepal #88ABBB

Tints of Nepal #88ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 27.53%
G = 34.62%
B = 37.85%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#88ABBB (or 0x88ABBB) is known color: Nepal. HEX triplet: 88, AB and BB. RGB value is (136,171,187). Sum of RGB (Red+Green+Blue) = 136+171+187=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #88ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABBB is #775444. Grayscale: #A2A2A2. Windows color (decimal): -7820357 or 12299144. OLE color: 12299144.

HSL color Cylindrical-coordinate representation of color #88ABBB: hue angle of 198.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88ABBB is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 171 187 -
CMYK 0.27 0.09 0 0.27
HSL 198.82º 0.27% 0.63% -
HSV(B) 198.82º 0.27% 0.73% -
XYZ 33.69 37.95 52.56 -
YUV 162.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 136 171 187 0.27 0.09 0 0.27 198.82 0.27 0.63
Hex 88 AB BB 1B 9 0 1B C7 1B 3F
Octal 210 253 273 33 11 0 33 307 33 77
Binary 10001000 10101011 10111011 11011 1001 0 11011 11000111 11011 111111

Color Harmonies of #88ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABBB

Black with #88ABBB

Text Example


Text Example

White with #88ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,171,187); }

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

background-color css

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

 a { background-color: rgb(136,171,187); }

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

border-color css

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

 span { border-color: rgb(136,171,187); }

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