#8DABBA

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

Shades of Nepal #8DABBA

Tints of Nepal #8DABBA

Color information

#8DABBA (or 0x8DABBA) is unknown color: approx Nepal. HEX triplet: 8D, AB and BA. RGB value is (141,171,186). Sum of RGB (Red+Green+Blue) = 141+171+186=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBA is #725445. Grayscale: #A3A3A3. Windows color (decimal): -7492678 or 12233613. OLE color: 12233613.

HSL color Cylindrical-coordinate representation of color #8DABBA: hue angle of 200º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DABBA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141171186-
CMYK0.240.0800.27
HSL200º24.59%64.12%-
HSV(B)200º24.19%72.94%-
XYZ34.4138.3352.04-
YUV163.74140.56111.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=28.31%
G=34.34%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411711860.240.0800.2720024.5964.12
Hex8DABBA18801Bc81940
Octal215253272301003331031100
Binary10001101101010111011101011000100001101111001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,186); }

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

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

 a { background-color: rgb(141,171,186); }

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

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

 span { border-color: rgb(141,171,186); }

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