#8EABBE

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

Shades of Nepal #8EABBE

Tints of Nepal #8EABBE

Color information

#8EABBE (or 0x8EABBE) is unknown color: approx Nepal. HEX triplet: 8E, AB and BE. RGB value is (142,171,190). Sum of RGB (Red+Green+Blue) = 142+171+190=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABBE is #715441. Grayscale: #A4A4A4. Windows color (decimal): -7427138 or 12495758. OLE color: 12495758.

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

Color convert

RGB142171190-
CMYK0.250.1000.25
HSL203.75º26.97%65.1%-
HSV(B)203.75º25.26%74.51%-
XYZ35.0138.5954.32-
YUV164.49142.39111.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=28.23%
G=34.00%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421711900.250.1000.25203.7526.9765.1
Hex8EABBE19A019cc1b41
Octal216253276311203131433101
Binary10001110101010111011111011001101001100111001100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,190); }

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

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

 a { background-color: rgb(142,171,190); }

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

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

 span { border-color: rgb(142,171,190); }

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