#8FB2C1

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

Shades of Nepal #8FB2C1

Tints of Nepal #8FB2C1

Color information

#8FB2C1 (or 0x8FB2C1) is unknown color: approx Nepal. HEX triplet: 8F, B2 and C1. RGB value is (143,178,193). Sum of RGB (Red+Green+Blue) = 143+178+193=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2C1 is #704D3E. Grayscale: #A9A9A9. Windows color (decimal): -7359807 or 12694159. OLE color: 12694159.

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

Color convert

RGB143178193-
CMYK0.260.0800.24
HSL198º28.74%65.88%-
HSV(B)198º25.91%75.69%-
XYZ36.8741.5356.52-
YUV169.24141.4109.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=27.82%
G=34.63%
B=37.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431781930.260.0800.2419828.7465.88
Hex8FB2C11A8018c61d42
Octal217262301321003030635102
Binary10001111101100101100000111010100001100011000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,178,193); }

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

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

 a { background-color: rgb(143,178,193); }

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

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

 span { border-color: rgb(143,178,193); }

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