Html Css Color HEX #9DACAE Gull Grey

📋 copy color: '#9DACAE'

red 157 ◦ green 172 ◦ blue 174

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

Shades of Gull Grey #9DACAE

Tints of Gull Grey #9DACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 31.21%
G = 34.19%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9DACAE (or 0x9DACAE) is known color: Gull Grey. HEX triplet: 9D, AC and AE. RGB value is (157,172,174). Sum of RGB (Red+Green+Blue) = 157+172+174=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #9DACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACAE is #625351. Grayscale: #A7A7A7. Windows color (decimal): -6443858 or 11447453. OLE color: 11447453.

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

Color convert

RGB 157 172 174 -
CMYK 0.10 0.01 0 0.32
HSL 187.06º 0.09% 0.65% -
HSV(B) 187.06º 0.1% 0.68% -
XYZ 36.3 39.73 45.8 -
YUV 167.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 157 172 174 0.10 0.01 0 0.32 187.06 0.09 0.65
Hex 9D AC AE A 1 0 20 BB 9 41
Octal 235 254 256 12 1 0 40 273 11 101
Binary 10011101 10101100 10101110 1010 1 0 100000 10111011 1001 1000001

Color Harmonies of #9DACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACAE

Black with #9DACAE

Text Example


Text Example

White with #9DACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,174); }

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

background-color css

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

 a { background-color: rgb(157,172,174); }

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

border-color css

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

 span { border-color: rgb(157,172,174); }

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