#8FB6B1

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

Shades of Conch #8FB6B1

Tints of Conch #8FB6B1

Color information

#8FB6B1 (or 0x8FB6B1) is unknown color: approx Conch. HEX triplet: 8F, B6 and B1. RGB value is (143,182,177). Sum of RGB (Red+Green+Blue) = 143+182+177=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB6B1 is #70494E. Grayscale: #A9A9A9. Windows color (decimal): -7358799 or 11646607. OLE color: 11646607.

HSL color Cylindrical-coordinate representation of color #8FB6B1: hue angle of 172.31º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB6B1 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB143182177-
CMYK0.2100.030.29
HSL172.31º21.08%63.73%-
HSV(B)172.31º21.43%71.37%-
XYZ35.9942.4747.9-
YUV169.77132.08108.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=28.49%
G=36.25%
B=35.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431821770.2100.030.29172.3121.0863.73
Hex8FB6B115031Dac1540
Octal21726626125033525425100
Binary100011111011011010110001101010111110110101100101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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