#88ADC4

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

Shades of Nepal #88ADC4

Tints of Nepal #88ADC4

Color information

#88ADC4 (or 0x88ADC4) is unknown color: approx Nepal. HEX triplet: 88, AD and C4. RGB value is (136,173,196). Sum of RGB (Red+Green+Blue) = 136+173+196=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #88ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADC4 is #77523B. Grayscale: #A4A4A4. Windows color (decimal): -7819836 or 12889480. OLE color: 12889480.

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

Color convert

RGB136173196-
CMYK0.310.1200.23
HSL203º33.71%65.1%-
HSV(B)203º30.61%76.86%-
XYZ35.0639.1157.93-
YUV164.56145.74107.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=26.93%
G=34.26%
B=38.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361731960.310.1200.2320333.7165.1
Hex88ADC41FC017cb2241
Octal210255304371402731342101
Binary100010001010110111000100111111100010111110010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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