Html Css Color HEX #9DADAF Gull Grey

📋 copy color: '#9DADAF'

red 157 ◦ green 173 ◦ blue 175

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

Shades of Gull Grey #9DADAF

Tints of Gull Grey #9DADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 31.09%
G = 34.26%
B = 34.65%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DADAF (or 0x9DADAF) is known color: Gull Grey. HEX triplet: 9D, AD and AF. RGB value is (157,173,175). Sum of RGB (Red+Green+Blue) = 157+173+175=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADAF is #625250. Grayscale: #A8A8A8. Windows color (decimal): -6443601 or 11513245. OLE color: 11513245.

HSL color Cylindrical-coordinate representation of color #9DADAF: hue angle of 186.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DADAF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 173 175 -
CMYK 0.10 0.01 0 0.31
HSL 186.67º 0.1% 0.65% -
HSV(B) 186.67º 0.1% 0.69% -
XYZ 36.59 40.15 46.38 -
YUV 168.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 157 173 175 0.10 0.01 0 0.31 186.67 0.1 0.65
Hex 9D AD AF A 1 0 1F BB A 41
Octal 235 255 257 12 1 0 37 273 12 101
Binary 10011101 10101101 10101111 1010 1 0 11111 10111011 1010 1000001

Color Harmonies of #9DADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADAF

Black with #9DADAF

Text Example


Text Example

White with #9DADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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