#8DA9BA

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

Shades of Nepal #8DA9BA

Tints of Nepal #8DA9BA

Color information

#8DA9BA (or 0x8DA9BA) is unknown color: approx Nepal. HEX triplet: 8D, A9 and BA. RGB value is (141,169,186). Sum of RGB (Red+Green+Blue) = 141+169+186=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9BA is #725645. Grayscale: #A2A2A2. Windows color (decimal): -7493190 or 12233101. OLE color: 12233101.

HSL color Cylindrical-coordinate representation of color #8DA9BA: hue angle of 202.67º 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 #8DA9BA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141169186-
CMYK0.240.0900.27
HSL202.67º24.59%64.12%-
HSV(B)202.67º24.19%72.94%-
XYZ34.0437.5851.91-
YUV162.57141.22112.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=28.43%
G=34.07%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411691860.240.0900.27202.6724.5964.12
Hex8DA9BA18901Bcb1940
Octal215251272301103331331100
Binary10001101101010011011101011000100101101111001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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