Shades of Gull Grey #9DAAB1
Tints of Gull Grey #9DAAB1
RGB
CMYK
RGB Variations
Color information
#9DAAB1 (or 0x9DAAB1) is known color: Gull Grey. HEX triplet: 9D, AA and B1. RGB value is (157,170,177). Sum of RGB (Red+Green+Blue) = 157+170+177=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #9DAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAAB1 is #62554E. Grayscale: #A6A6A6. Windows color (decimal): -6444367 or 11643549. OLE color: 11643549.
HSL color Cylindrical-coordinate representation of color #9DAAB1: hue angle of 201º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DAAB1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 170 | 177 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.31 |
| HSL | 201º | 0.11% | 0.65% | - |
| HSV(B) | 201º | 0.11% | 0.69% | - |
| XYZ | 36.22 | 39.09 | 47.23 | - |
| YUV | 166.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 177 | 0.11 | 0.04 | 0 | 0.31 | 201 | 0.11 | 0.65 |
| Hex | 9D | AA | B1 | B | 4 | 0 | 1F | C9 | B | 41 |
| Octal | 235 | 252 | 261 | 13 | 4 | 0 | 37 | 311 | 13 | 101 |
| Binary | 10011101 | 10101010 | 10110001 | 1011 | 100 | 0 | 11111 | 11001001 | 1011 | 1000001 |
Color Harmonies of #9DAAB1
Complementary color
Monochromatic Colors of #9DAAB1
Black with #9DAAB1
Text Example
Text Example
White with #9DAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAB1; }
p { color: rgb(157,170,177); }
H1.HeaderClassName
{
color: #9DAAB1;
}
.AnyTagClassName
{
color: #9DAAB1;
}
</style>
background-color css
<style>
a { background-color: #9DAAB1; }
a { background-color: rgb(157,170,177); }
div.DivClassName
{
background-color: #9DAAB1;
}
.BgClassName
{
background-color: #9DAAB1;
}
</style>
border-color css
<style>
span { border-color: #9DAAB1; }
span { border-color: rgb(157,170,177); }
td.TdClassName
{
border-color: #9DAAB1;
}
.TagClassName
{
border-color: #9DAAB1;
}
</style>