#8FB0BF

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

Shades of Nepal #8FB0BF

Tints of Nepal #8FB0BF

Color information

#8FB0BF (or 0x8FB0BF) is unknown color: approx Nepal. HEX triplet: 8F, B0 and BF. RGB value is (143,176,191). Sum of RGB (Red+Green+Blue) = 143+176+191=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0BF is #704F40. Grayscale: #A7A7A7. Windows color (decimal): -7360321 or 12562575. OLE color: 12562575.

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

Color convert

RGB143176191-
CMYK0.250.0800.25
HSL198.75º27.27%65.49%-
HSV(B)198.75º25.13%74.9%-
XYZ36.2640.6555.23-
YUV167.84141.07110.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.04%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 191 (75% from 255) = 37.45%
R=28.04%
G=34.51%
B=37.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431761910.250.0800.25198.7527.2765.49
Hex8FB0BF198019c71b41
Octal217260277311003130733101
Binary10001111101100001011111111001100001100111000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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