Html Css Color HEX #9DAEA0 Edward

📋 copy color: '#9DAEA0'

red 157 ◦ green 174 ◦ blue 160

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

Shades of Edward #9DAEA0

Tints of Edward #9DAEA0

RGB

 RED value IS 157 (61.72% from 255) = 31.98%

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 31.98%
G = 35.44%
B = 32.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#9DAEA0 (or 0x9DAEA0) is known color: Edward. HEX triplet: 9D, AE and A0. RGB value is (157,174,160). Sum of RGB (Red+Green+Blue) = 157+174+160=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEA0 is #62515F. Grayscale: #A7A7A7. Windows color (decimal): -6443360 or 10530461. OLE color: 10530461.

HSL color Cylindrical-coordinate representation of color #9DAEA0: hue angle of 130.59º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAEA0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 160 -
CMYK 0.10 0 0.08 0.32
HSL 130.59º 0.09% 0.65% -
HSV(B) 130.59º 0.1% 0.68% -
XYZ 35.39 39.98 39.11 -
YUV 167.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 157 174 160 0.10 0 0.08 0.32 130.59 0.09 0.65
Hex 9D AE A0 A 0 8 20 83 9 41
Octal 235 256 240 12 0 10 40 203 11 101
Binary 10011101 10101110 10100000 1010 0 1000 100000 10000011 1001 1000001

Color Harmonies of #9DAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEA0

Black with #9DAEA0

Text Example


Text Example

White with #9DAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAEA0; }

 p { color: rgb(157,174,160); }

 H1.HeaderClassName
 {
   color: #9DAEA0;
 }
 .AnyTagClassName
 {
   color: #9DAEA0;
 }
</style>

background-color css

<style>
 a { background-color: #9DAEA0; }

 a { background-color: rgb(157,174,160); }

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

border-color css

<style>
 span { border-color: #9DAEA0; }

 span { border-color: rgb(157,174,160); }

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