Html Css Color HEX #959AAE Manatee

📋 copy color: '#959AAE'

red 149 ◦ green 154 ◦ blue 174

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

Shades of Manatee #959AAE

Tints of Manatee #959AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 31.24%
G = 32.29%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#959AAE (or 0x959AAE) is known color: Manatee. HEX triplet: 95, 9A and AE. RGB value is (149,154,174). Sum of RGB (Red+Green+Blue) = 149+154+174=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #959AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AAE is #6A6551. Grayscale: #9A9A9A. Windows color (decimal): -6972754 or 11442837. OLE color: 11442837.

HSL color Cylindrical-coordinate representation of color #959AAE: hue angle of 228º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959AAE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 154 174 -
CMYK 0.14 0.11 0 0.32
HSL 228º 0.13% 0.63% -
HSV(B) 228º 0.14% 0.68% -
XYZ 31.59 32.56 44.66 -
YUV 154.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 149 154 174 0.14 0.11 0 0.32 228 0.13 0.63
Hex 95 9A AE E B 0 20 E4 D 3F
Octal 225 232 256 16 13 0 40 344 15 77
Binary 10010101 10011010 10101110 1110 1011 0 100000 11100100 1101 111111

Color Harmonies of #959AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AAE

Black with #959AAE

Text Example


Text Example

White with #959AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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