Shades of Gull Grey #9DAAAF
Tints of Gull Grey #9DAAAF
RGB
CMYK
RGB Variations
Color information
#9DAAAF (or 0x9DAAAF) is known color: Gull Grey. HEX triplet: 9D, AA and AF. RGB value is (157,170,175). Sum of RGB (Red+Green+Blue) = 157+170+175=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAAAF is #625550. Grayscale: #A6A6A6. Windows color (decimal): -6444369 or 11512477. OLE color: 11512477.
HSL color Cylindrical-coordinate representation of color #9DAAAF: hue angle of 196.67º 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 #9DAAAF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 170 | 175 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.31 |
| HSL | 196.67º | 0.1% | 0.65% | - |
| HSV(B) | 196.67º | 0.1% | 0.69% | - |
| XYZ | 36.02 | 39.01 | 46.19 | - |
| YUV | 166.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 175 | 0.10 | 0.03 | 0 | 0.31 | 196.67 | 0.1 | 0.65 |
| Hex | 9D | AA | AF | A | 3 | 0 | 1F | C5 | A | 41 |
| Octal | 235 | 252 | 257 | 12 | 3 | 0 | 37 | 305 | 12 | 101 |
| Binary | 10011101 | 10101010 | 10101111 | 1010 | 11 | 0 | 11111 | 11000101 | 1010 | 1000001 |
Color Harmonies of #9DAAAF
Complementary color
Monochromatic Colors of #9DAAAF
Black with #9DAAAF
Text Example
Text Example
White with #9DAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAAF; }
p { color: rgb(157,170,175); }
H1.HeaderClassName
{
color: #9DAAAF;
}
.AnyTagClassName
{
color: #9DAAAF;
}
</style>
background-color css
<style>
a { background-color: #9DAAAF; }
a { background-color: rgb(157,170,175); }
div.DivClassName
{
background-color: #9DAAAF;
}
.BgClassName
{
background-color: #9DAAAF;
}
</style>
border-color css
<style>
span { border-color: #9DAAAF; }
span { border-color: rgb(157,170,175); }
td.TdClassName
{
border-color: #9DAAAF;
}
.TagClassName
{
border-color: #9DAAAF;
}
</style>