#8F94AC

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

Shades of Manatee #8F94AC

Tints of Manatee #8F94AC

Color information

#8F94AC (or 0x8F94AC) is unknown color: approx Manatee. HEX triplet: 8F, 94 and AC. RGB value is (143,148,172). Sum of RGB (Red+Green+Blue) = 143+148+172=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F94AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F94AC is #706B53. Grayscale: #959595. Windows color (decimal): -7367508 or 11310223. OLE color: 11310223.

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

Color convert

RGB143148172-
CMYK0.170.1400.33
HSL229.66º14.87%61.76%-
HSV(B)229.66º16.86%67.45%-
XYZ29.363043.27-
YUV149.24140.84123.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=30.89%
G=31.97%
B=37.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431481720.170.1400.33229.6614.8761.76
Hex8F94AC11E021e6f3e
Octal21722425421160413461776
Binary1000111110010100101011001000111100100001111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,172); }

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

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

 a { background-color: rgb(143,148,172); }

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

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

 span { border-color: rgb(143,148,172); }

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