Html Css Color HEX #959AA8 Manatee

📋 copy color: '#959AA8'

red 149 ◦ green 154 ◦ blue 168

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

Shades of Manatee #959AA8

Tints of Manatee #959AA8

RGB

 RED value IS 149 (58.59% from 255) = 31.63%

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 31.63%
G = 32.7%
B = 35.67%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#959AA8 (or 0x959AA8) is known color: Manatee. HEX triplet: 95, 9A and A8. RGB value is (149,154,168). Sum of RGB (Red+Green+Blue) = 149+154+168=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 168 - color contains mainly: blue. Hex color #959AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AA8 is #6A6557. Grayscale: #9A9A9A. Windows color (decimal): -6972760 or 11049621. OLE color: 11049621.

HSL color Cylindrical-coordinate representation of color #959AA8: hue angle of 224.21º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959AA8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 154 168 -
CMYK 0.11 0.08 0 0.34
HSL 224.21º 0.1% 0.62% -
HSV(B) 224.21º 0.11% 0.66% -
XYZ 31.02 32.33 41.65 -
YUV 154.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 149 154 168 0.11 0.08 0 0.34 224.21 0.1 0.62
Hex 95 9A A8 B 8 0 22 E0 A 3E
Octal 225 232 250 13 10 0 42 340 12 76
Binary 10010101 10011010 10101000 1011 1000 0 100010 11100000 1010 111110

Color Harmonies of #959AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AA8

Black with #959AA8

Text Example


Text Example

White with #959AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959AA8; }

 p { color: rgb(149,154,168); }

 H1.HeaderClassName
 {
   color: #959AA8;
 }
 .AnyTagClassName
 {
   color: #959AA8;
 }
</style>

background-color css

<style>
 a { background-color: #959AA8; }

 a { background-color: rgb(149,154,168); }

 div.DivClassName
 {
   background-color: #959AA8;
 }
 .BgClassName
 {
   background-color: #959AA8;
 }
</style>

border-color css

<style>
 span { border-color: #959AA8; }

 span { border-color: rgb(149,154,168); }

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