#8FAABE

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

Shades of Nepal #8FAABE

Tints of Nepal #8FAABE

Color information

#8FAABE (or 0x8FAABE) is unknown color: approx Nepal. HEX triplet: 8F, AA and BE. RGB value is (143,170,190). Sum of RGB (Red+Green+Blue) = 143+170+190=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 170 (66.80% from 255 or 33.80% 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 #8FAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAABE is #705541. Grayscale: #A4A4A4. Windows color (decimal): -7361858 or 12495503. OLE color: 12495503.

HSL color Cylindrical-coordinate representation of color #8FAABE: hue angle of 205.53º 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 #8FAABE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143170190-
CMYK0.250.1100.25
HSL205.53º26.55%65.29%-
HSV(B)205.53º24.74%74.51%-
XYZ3538.3154.26-
YUV164.21142.55112.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=28.43%
G=33.80%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431701900.250.1100.25205.5326.5565.29
Hex8FAABE19B019ce1b41
Octal217252276311303131633101
Binary10001111101010101011111011001101101100111001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,190); }

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

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

 a { background-color: rgb(143,170,190); }

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

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

 span { border-color: rgb(143,170,190); }

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