#88ADBF

Color #88ADBF Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #88ADBF

Tints of Nepal #88ADBF

Color information

#88ADBF (or 0x88ADBF) is unknown color: approx Nepal. HEX triplet: 88, AD and BF. RGB value is (136,173,191). Sum of RGB (Red+Green+Blue) = 136+173+191=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #88ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADBF is #775240. Grayscale: #A3A3A3. Windows color (decimal): -7819841 or 12561800. OLE color: 12561800.

HSL color Cylindrical-coordinate representation of color #88ADBF: hue angle of 199.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88ADBF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136173191-
CMYK0.290.0900.25
HSL199.64º30.05%64.12%-
HSV(B)199.64º28.8%74.9%-
XYZ34.538.8854.98-
YUV163.99143.24108.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 191 (75% from 255) = 38.2%
R=27.2%
G=34.6%
B=38.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361731910.290.0900.25199.6430.0564.12
Hex88ADBF1D9019c81e40
Octal210255277351103131036100
Binary10001000101011011011111111101100101100111001000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,173,191); }

 H1.HeaderClassName
 {
   color: #88ADBF;
 }
 .AnyTagClassName
 {
   color: #88ADBF;
 }
</style>
background-color css

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

 a { background-color: rgb(136,173,191); }

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

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

 span { border-color: rgb(136,173,191); }

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