#8DAABD

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

Shades of Nepal #8DAABD

Tints of Nepal #8DAABD

Color information

#8DAABD (or 0x8DAABD) is unknown color: approx Nepal. HEX triplet: 8D, AA and BD. RGB value is (141,170,189). Sum of RGB (Red+Green+Blue) = 141+170+189=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAABD is #725542. Grayscale: #A3A3A3. Windows color (decimal): -7492931 or 12429965. OLE color: 12429965.

HSL color Cylindrical-coordinate representation of color #8DAABD: hue angle of 203.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DAABD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141170189-
CMYK0.250.1000.26
HSL203.75º26.67%64.71%-
HSV(B)203.75º25.4%74.12%-
XYZ34.5438.0953.67-
YUV163.49142.39111.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.2%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=28.2%
G=34%
B=37.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411701890.250.1000.26203.7526.6764.71
Hex8DAABD19A01Acc1b41
Octal215252275311203231433101
Binary10001101101010101011110111001101001101011001100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DAABD; }

 p { color: rgb(141,170,189); }

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

<style>
 a { background-color: #8DAABD; }

 a { background-color: rgb(141,170,189); }

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

<style>
 span { border-color: #8DAABD; }

 span { border-color: rgb(141,170,189); }

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