Html Css Color HEX #9DAAAD Gull Grey

📋 copy color: '#9DAAAD'

red 157 ◦ green 170 ◦ blue 173

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

Shades of Gull Grey #9DAAAD

Tints of Gull Grey #9DAAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34%

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 31.4%
G = 34%
B = 34.6%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9DAAAD (or 0x9DAAAD) is known color: Gull Grey. HEX triplet: 9D, AA and AD. RGB value is (157,170,173). Sum of RGB (Red+Green+Blue) = 157+170+173=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAAAD is #625552. Grayscale: #A6A6A6. Windows color (decimal): -6444371 or 11381405. OLE color: 11381405.

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

Color convert

RGB 157 170 173 -
CMYK 0.09 0.02 0 0.32
HSL 191.25º 0.09% 0.65% -
HSV(B) 191.25º 0.09% 0.68% -
XYZ 35.82 38.93 45.16 -
YUV 166.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 157 170 173 0.09 0.02 0 0.32 191.25 0.09 0.65
Hex 9D AA AD 9 2 0 20 BF 9 41
Octal 235 252 255 11 2 0 40 277 11 101
Binary 10011101 10101010 10101101 1001 10 0 100000 10111111 1001 1000001

Color Harmonies of #9DAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAAAD

Black with #9DAAAD

Text Example


Text Example

White with #9DAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,170,173); }

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

background-color css

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

 a { background-color: rgb(157,170,173); }

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

border-color css

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

 span { border-color: rgb(157,170,173); }

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