Html Css Color HEX #9DADB1 Gull Grey

📋 copy color: '#9DADB1'

red 157 ◦ green 173 ◦ blue 177

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

Shades of Gull Grey #9DADB1

Tints of Gull Grey #9DADB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 30.97%
G = 34.12%
B = 34.91%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DADB1 (or 0x9DADB1) is known color: Gull Grey. HEX triplet: 9D, AD and B1. RGB value is (157,173,177). Sum of RGB (Red+Green+Blue) = 157+173+177=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #9DADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADB1 is #62524E. Grayscale: #A8A8A8. Windows color (decimal): -6443599 or 11644317. OLE color: 11644317.

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

Color convert

RGB 157 173 177 -
CMYK 0.11 0.02 0 0.31
HSL 192º 0.11% 0.65% -
HSV(B) 192º 0.11% 0.69% -
XYZ 36.78 40.23 47.42 -
YUV 168.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 157 173 177 0.11 0.02 0 0.31 192 0.11 0.65
Hex 9D AD B1 B 2 0 1F C0 B 41
Octal 235 255 261 13 2 0 37 300 13 101
Binary 10011101 10101101 10110001 1011 10 0 11111 11000000 1011 1000001

Color Harmonies of #9DADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADB1

Black with #9DADB1

Text Example


Text Example

White with #9DADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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