Html Css Color HEX #989BAA Manatee

📋 copy color: '#989BAA'

red 152 ◦ green 155 ◦ blue 170

#989BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #989BAA

Tints of Manatee #989BAA

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.8% from 255) = 35.64%

R = 31.87%
G = 32.49%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#989BAA (or 0x989BAA) is known color: 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

RGB 152 155 170 -
CMYK 0.11 0.09 0 0.33
HSL 230º 0.1% 0.63% -
HSV(B) 230º 0.11% 0.67% -
XYZ 31.93 33.02 42.72 -
YUV 155.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 152 155 170 0.11 0.09 0 0.33 230 0.1 0.63
Hex 98 9B AA B 9 0 21 E6 A 3F
Octal 230 233 252 13 11 0 41 346 12 77
Binary 10011000 10011011 10101010 1011 1001 0 100001 11100110 1010 111111

Color Harmonies of #989BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BAA

Black with #989BAA

Text Example


Text Example

White with #989BAA

Text Example


Text Example

HTML Codes & Css Web 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>