Html Css Color HEX #9DABAF Gull Grey

📋 copy color: '#9DABAF'

red 157 ◦ green 171 ◦ blue 175

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

Shades of Gull Grey #9DABAF

Tints of Gull Grey #9DABAF

RGB

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

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

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

R = 31.21%
G = 34%
B = 34.79%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DABAF (or 0x9DABAF) is known color: Gull Grey. HEX triplet: 9D, AB and AF. RGB value is (157,171,175). Sum of RGB (Red+Green+Blue) = 157+171+175=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABAF is #625450. Grayscale: #A7A7A7. Windows color (decimal): -6444113 or 11512733. OLE color: 11512733.

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

Color convert

RGB 157 171 175 -
CMYK 0.10 0.02 0 0.31
HSL 193.33º 0.1% 0.65% -
HSV(B) 193.33º 0.1% 0.69% -
XYZ 36.21 39.39 46.25 -
YUV 167.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 157 171 175 0.10 0.02 0 0.31 193.33 0.1 0.65
Hex 9D AB AF A 2 0 1F C1 A 41
Octal 235 253 257 12 2 0 37 301 12 101
Binary 10011101 10101011 10101111 1010 10 0 11111 11000001 1010 1000001

Color Harmonies of #9DABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABAF

Black with #9DABAF

Text Example


Text Example

White with #9DABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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