#8FA3AE

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

Shades of Bali Hai #8FA3AE

Tints of Bali Hai #8FA3AE

Color information

#8FA3AE (or 0x8FA3AE) is unknown color: approx Bali Hai. HEX triplet: 8F, A3 and AE. RGB value is (143,163,174). Sum of RGB (Red+Green+Blue) = 143+163+174=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA3AE is #705C51. Grayscale: #9E9E9E. Windows color (decimal): -7363666 or 11445135. OLE color: 11445135.

HSL color Cylindrical-coordinate representation of color #8FA3AE: hue angle of 201.29º 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 #8FA3AE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143163174-
CMYK0.180.0600.32
HSL201.29º16.06%62.16%-
HSV(B)201.29º17.82%68.24%-
XYZ32.0635.0945.13-
YUV158.27136.87117.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.79%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=29.79%
G=33.96%
B=36.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431631740.180.0600.32201.2916.0662.16
Hex8FA3AE126020c9103e
Octal2172432562260403112076
Binary1000111110100011101011101001011001000001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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