#989BAA

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

Shades of Manatee #989BAA

Tints of Manatee #989BAA

Color information

#989BAA (or 0x989BAA) is unknown color: approx Manatee. HEX triplet: 98, 9B and AA. RGB value is (152,155,170). Sum of RGB (Red+Green+Blue) = 152+155+170=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #989BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BAA is #676455. Grayscale: #9B9B9B. Windows color (decimal): -6775894 or 11180952. OLE color: 11180952.

HSL color Cylindrical-coordinate representation of color #989BAA: hue angle of 230º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989BAA is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152155170-
CMYK0.110.0900.33
HSL230º9.57%63.14%-
HSV(B)230º10.59%66.67%-
XYZ31.9333.0242.72-
YUV155.81136.01125.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=31.87%
G=32.49%
B=35.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521551700.110.0900.332309.5763.14
Hex989BAAB9021e6a3f
Octal23023325213110413461277
Binary100110001001101110101010101110010100001111001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989BAA; }

 p { color: rgb(152,155,170); }

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

<style>
 a { background-color: #989BAA; }

 a { background-color: rgb(152,155,170); }

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

<style>
 span { border-color: #989BAA; }

 span { border-color: rgb(152,155,170); }

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