#8FA2AE

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

Shades of Bali Hai #8FA2AE

Tints of Bali Hai #8FA2AE

Color information

#8FA2AE (or 0x8FA2AE) is unknown color: approx Bali Hai. HEX triplet: 8F, A2 and AE. RGB value is (143,162,174). Sum of RGB (Red+Green+Blue) = 143+162+174=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FA2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA2AE is #705D51. Grayscale: #9D9D9D. Windows color (decimal): -7363922 or 11444879. OLE color: 11444879.

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

Color convert

RGB143162174-
CMYK0.180.0700.32
HSL203.23º16.06%62.16%-
HSV(B)203.23º17.82%68.24%-
XYZ31.8934.7445.07-
YUV157.69137.21117.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.85%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=29.85%
G=33.82%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431621740.180.0700.32203.2316.0662.16
Hex8FA2AE127020cb103e
Octal2172422562270403132076
Binary1000111110100010101011101001011101000001100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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