#8DAEBE

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

Shades of Nepal #8DAEBE

Tints of Nepal #8DAEBE

Color information

#8DAEBE (or 0x8DAEBE) is unknown color: approx Nepal. HEX triplet: 8D, AE and BE. RGB value is (141,174,190). Sum of RGB (Red+Green+Blue) = 141+174+190=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEBE is #725141. Grayscale: #A5A5A5. Windows color (decimal): -7491906 or 12496525. OLE color: 12496525.

HSL color Cylindrical-coordinate representation of color #8DAEBE: hue angle of 199.59º degrees, saturation: 0.27, 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 #8DAEBE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141174190-
CMYK0.260.0800.25
HSL199.59º27.37%64.9%-
HSV(B)199.59º25.79%74.51%-
XYZ35.4139.6554.5-
YUV165.96141.57110.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.92%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=27.92%
G=34.46%
B=37.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411741900.260.0800.25199.5927.3764.9
Hex8DAEBE1A8019c81b41
Octal215256276321003131033101
Binary10001101101011101011111011010100001100111001000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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