Html Css Color HEX #9DAAAE Gull Grey

📋 copy color: '#9DAAAE'

red 157 ◦ green 170 ◦ blue 174

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

Shades of Gull Grey #9DAAAE

Tints of Gull Grey #9DAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

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

R = 31.34%
G = 33.93%
B = 34.73%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9DAAAE (or 0x9DAAAE) is known color: Gull Grey. HEX triplet: 9D, AA and AE. RGB value is (157,170,174). Sum of RGB (Red+Green+Blue) = 157+170+174=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #9DAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAAAE is #625551. Grayscale: #A6A6A6. Windows color (decimal): -6444370 or 11446941. OLE color: 11446941.

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

Color convert

RGB 157 170 174 -
CMYK 0.10 0.02 0 0.32
HSL 194.12º 0.09% 0.65% -
HSV(B) 194.12º 0.1% 0.68% -
XYZ 35.92 38.97 45.67 -
YUV 166.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 157 170 174 0.10 0.02 0 0.32 194.12 0.09 0.65
Hex 9D AA AE A 2 0 20 C2 9 41
Octal 235 252 256 12 2 0 40 302 11 101
Binary 10011101 10101010 10101110 1010 10 0 100000 11000010 1001 1000001

Color Harmonies of #9DAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAAAE

Black with #9DAAAE

Text Example


Text Example

White with #9DAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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