Html Css Color HEX #9DAEAF Gull Grey

📋 copy color: '#9DAEAF'

red 157 ◦ green 174 ◦ blue 175

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

Shades of Gull Grey #9DAEAF

Tints of Gull Grey #9DAEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.39%

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

R = 31.03%
G = 34.39%
B = 34.58%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DAEAF (or 0x9DAEAF) is known color: Gull Grey. HEX triplet: 9D, AE and AF. RGB value is (157,174,175). Sum of RGB (Red+Green+Blue) = 157+174+175=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEAF is #625150. Grayscale: #A9A9A9. Windows color (decimal): -6443345 or 11513501. OLE color: 11513501.

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

Color convert

RGB 157 174 175 -
CMYK 0.10 0.01 0 0.31
HSL 183.33º 0.1% 0.65% -
HSV(B) 183.33º 0.1% 0.69% -
XYZ 36.78 40.54 46.44 -
YUV 169.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 157 174 175 0.10 0.01 0 0.31 183.33 0.1 0.65
Hex 9D AE AF A 1 0 1F B7 A 41
Octal 235 256 257 12 1 0 37 267 12 101
Binary 10011101 10101110 10101111 1010 1 0 11111 10110111 1010 1000001

Color Harmonies of #9DAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEAF

Black with #9DAEAF

Text Example


Text Example

White with #9DAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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