Html Css Color HEX #9DAFB1 Gull Grey

📋 copy color: '#9DAFB1'

red 157 ◦ green 175 ◦ blue 177

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

Shades of Gull Grey #9DAFB1

Tints of Gull Grey #9DAFB1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

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

R = 30.84%
G = 34.38%
B = 34.77%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DAFB1 (or 0x9DAFB1) is known color: Gull Grey. HEX triplet: 9D, AF and B1. RGB value is (157,175,177). Sum of RGB (Red+Green+Blue) = 157+175+177=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 177 - color contains mainly: blue. Hex color #9DAFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAFB1 is #62504E. Grayscale: #A9A9A9. Windows color (decimal): -6443087 or 11644829. OLE color: 11644829.

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

Color convert

RGB 157 175 177 -
CMYK 0.11 0.01 0 0.31
HSL 186º 0.11% 0.65% -
HSV(B) 186º 0.11% 0.69% -
XYZ 37.17 41 47.55 -
YUV 169.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 157 175 177 0.11 0.01 0 0.31 186 0.11 0.65
Hex 9D AF B1 B 1 0 1F BA B 41
Octal 235 257 261 13 1 0 37 272 13 101
Binary 10011101 10101111 10110001 1011 1 0 11111 10111010 1011 1000001

Color Harmonies of #9DAFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFB1

Black with #9DAFB1

Text Example


Text Example

White with #9DAFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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