#8FB0C0

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

Shades of Nepal #8FB0C0

Tints of Nepal #8FB0C0

Color information

#8FB0C0 (or 0x8FB0C0) is unknown color: approx Nepal. HEX triplet: 8F, B0 and C0. RGB value is (143,176,192). Sum of RGB (Red+Green+Blue) = 143+176+192=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FB0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0C0 is #704F3F. Grayscale: #A7A7A7. Windows color (decimal): -7360320 or 12628111. OLE color: 12628111.

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

Color convert

RGB143176192-
CMYK0.260.0800.25
HSL199.59º28%65.69%-
HSV(B)199.59º25.52%75.29%-
XYZ36.3740.755.81-
YUV167.96141.57110.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=27.98%
G=34.44%
B=37.57%

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
Decimal1431761920.260.0800.25199.592865.69
Hex8FB0C01A8019c81c42
Octal217260300321003131034102
Binary10001111101100001100000011010100001100111001000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,192); }

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

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

 a { background-color: rgb(143,176,192); }

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

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

 span { border-color: rgb(143,176,192); }

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