#8FB1C3

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

Shades of Nepal #8FB1C3

Tints of Nepal #8FB1C3

Color information

#8FB1C3 (or 0x8FB1C3) is unknown color: approx Nepal. HEX triplet: 8F, B1 and C3. RGB value is (143,177,195). Sum of RGB (Red+Green+Blue) = 143+177+195=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FB1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1C3 is #704E3C. Grayscale: #A8A8A8. Windows color (decimal): -7360061 or 12824975. OLE color: 12824975.

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

Color convert

RGB143177195-
CMYK0.270.0900.24
HSL200.77º30.23%66.27%-
HSV(B)200.77º26.67%76.47%-
XYZ36.941.2257.64-
YUV168.89142.74109.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.77%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=27.77%
G=34.37%
B=37.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431771950.270.0900.24200.7730.2366.27
Hex8FB1C31B9018c91e42
Octal217261303331103031136102
Binary10001111101100011100001111011100101100011001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,195); }

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

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

 a { background-color: rgb(143,177,195); }

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

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

 span { border-color: rgb(143,177,195); }

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