#8DAEBF

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

Shades of Nepal #8DAEBF

Tints of Nepal #8DAEBF

Color information

#8DAEBF (or 0x8DAEBF) is unknown color: approx Nepal. HEX triplet: 8D, AE and BF. RGB value is (141,174,191). Sum of RGB (Red+Green+Blue) = 141+174+191=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEBF is #725140. Grayscale: #A5A5A5. Windows color (decimal): -7491905 or 12562061. OLE color: 12562061.

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

Color convert

RGB141174191-
CMYK0.260.0900.25
HSL200.4º28.09%65.1%-
HSV(B)200.4º26.18%74.9%-
XYZ35.5239.755.08-
YUV166.07142.07110.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 191 (75% from 255) = 37.75%
R=27.87%
G=34.39%
B=37.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411741910.260.0900.25200.428.0965.1
Hex8DAEBF1A9019c81c41
Octal215256277321103131034101
Binary10001101101011101011111111010100101100111001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,191); }

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

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

 a { background-color: rgb(141,174,191); }

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

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

 span { border-color: rgb(141,174,191); }

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