Html Css Color HEX #9DABAD Gull Grey

📋 copy color: '#9DABAD'

red 157 ◦ green 171 ◦ blue 173

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

Shades of Gull Grey #9DABAD

Tints of Gull Grey #9DABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.13%

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

R = 31.34%
G = 34.13%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9DABAD (or 0x9DABAD) is known color: Gull Grey. HEX triplet: 9D, AB and AD. RGB value is (157,171,173). Sum of RGB (Red+Green+Blue) = 157+171+173=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABAD is #625452. Grayscale: #A7A7A7. Windows color (decimal): -6444115 or 11381661. OLE color: 11381661.

HSL color Cylindrical-coordinate representation of color #9DABAD: hue angle of 187.5º 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 #9DABAD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 171 173 -
CMYK 0.09 0.01 0 0.32
HSL 187.5º 0.09% 0.65% -
HSV(B) 187.5º 0.09% 0.68% -
XYZ 36.01 39.31 45.23 -
YUV 167.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 157 171 173 0.09 0.01 0 0.32 187.5 0.09 0.65
Hex 9D AB AD 9 1 0 20 BC 9 41
Octal 235 253 255 11 1 0 40 274 11 101
Binary 10011101 10101011 10101101 1001 1 0 100000 10111100 1001 1000001

Color Harmonies of #9DABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABAD

Black with #9DABAD

Text Example


Text Example

White with #9DABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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