#8AAEBE

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

Shades of Nepal #8AAEBE

Tints of Nepal #8AAEBE

Color information

#8AAEBE (or 0x8AAEBE) is unknown color: approx Nepal. HEX triplet: 8A, AE and BE. RGB value is (138,174,190). Sum of RGB (Red+Green+Blue) = 138+174+190=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEBE is #755141. Grayscale: #A4A4A4. Windows color (decimal): -7688514 or 12496522. OLE color: 12496522.

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

Color convert

RGB138174190-
CMYK0.270.0800.25
HSL198.46º28.57%64.31%-
HSV(B)198.46º27.37%74.51%-
XYZ34.9139.3954.48-
YUV165.06142.07108.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.49%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=27.49%
G=34.66%
B=37.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381741900.270.0800.25198.4628.5764.31
Hex8AAEBE1B8019c61d40
Octal212256276331003130635100
Binary10001010101011101011111011011100001100111000110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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