#8FA0AB

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

Shades of Bali Hai #8FA0AB

Tints of Bali Hai #8FA0AB

Color information

#8FA0AB (or 0x8FA0AB) is unknown color: approx Bali Hai. HEX triplet: 8F, A0 and AB. RGB value is (143,160,171). Sum of RGB (Red+Green+Blue) = 143+160+171=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #8FA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA0AB is #705F54. Grayscale: #9C9C9C. Windows color (decimal): -7364437 or 11247759. OLE color: 11247759.

HSL color Cylindrical-coordinate representation of color #8FA0AB: hue angle of 203.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FA0AB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143160171-
CMYK0.160.0600.33
HSL203.57º14.29%61.57%-
HSV(B)203.57º16.37%67.06%-
XYZ31.2533.9243.43-
YUV156.17136.37118.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.17%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=30.17%
G=33.76%
B=36.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431601710.160.0600.33203.5714.2961.57
Hex8FA0AB106021cce3e
Octal2172402532060413141676
Binary100011111010000010101011100001100100001110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,171); }

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

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

 a { background-color: rgb(143,160,171); }

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

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

 span { border-color: rgb(143,160,171); }

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