#8FA0AE

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

Shades of Bali Hai #8FA0AE

Tints of Bali Hai #8FA0AE

Color information

#8FA0AE (or 0x8FA0AE) is unknown color: approx Bali Hai. HEX triplet: 8F, A0 and AE. RGB value is (143,160,174). Sum of RGB (Red+Green+Blue) = 143+160+174=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FA0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA0AE is #705F51. Grayscale: #9C9C9C. Windows color (decimal): -7364434 or 11444367. OLE color: 11444367.

HSL color Cylindrical-coordinate representation of color #8FA0AE: hue angle of 207.1º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FA0AE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143160174-
CMYK0.180.0800.32
HSL207.1º16.06%62.16%-
HSV(B)207.1º17.82%68.24%-
XYZ31.5434.0444.95-
YUV156.51137.87118.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=29.98%
G=33.54%
B=36.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431601740.180.0800.32207.116.0662.16
Hex8FA0AE128020cf103e
Octal21724025622100403172076
Binary10001111101000001010111010010100001000001100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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