Shades of Gull Grey #9DABB1
Tints of Gull Grey #9DABB1
RGB
CMYK
RGB Variations
Color information
#9DABB1 (or 0x9DABB1) is known color: Gull Grey. HEX triplet: 9D, AB and B1. RGB value is (157,171,177). Sum of RGB (Red+Green+Blue) = 157+171+177=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #9DABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABB1 is #62544E. Grayscale: #A7A7A7. Windows color (decimal): -6444111 or 11643805. OLE color: 11643805.
HSL color Cylindrical-coordinate representation of color #9DABB1: hue angle of 198º 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 #9DABB1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 171 | 177 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.31 |
| HSL | 198º | 0.11% | 0.65% | - |
| HSV(B) | 198º | 0.11% | 0.69% | - |
| XYZ | 36.4 | 39.47 | 47.29 | - |
| YUV | 167.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 177 | 0.11 | 0.03 | 0 | 0.31 | 198 | 0.11 | 0.65 |
| Hex | 9D | AB | B1 | B | 3 | 0 | 1F | C6 | B | 41 |
| Octal | 235 | 253 | 261 | 13 | 3 | 0 | 37 | 306 | 13 | 101 |
| Binary | 10011101 | 10101011 | 10110001 | 1011 | 11 | 0 | 11111 | 11000110 | 1011 | 1000001 |
Color Harmonies of #9DABB1
Complementary color
Monochromatic Colors of #9DABB1
Black with #9DABB1
Text Example
Text Example
White with #9DABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABB1; }
p { color: rgb(157,171,177); }
H1.HeaderClassName
{
color: #9DABB1;
}
.AnyTagClassName
{
color: #9DABB1;
}
</style>
background-color css
<style>
a { background-color: #9DABB1; }
a { background-color: rgb(157,171,177); }
div.DivClassName
{
background-color: #9DABB1;
}
.BgClassName
{
background-color: #9DABB1;
}
</style>
border-color css
<style>
span { border-color: #9DABB1; }
span { border-color: rgb(157,171,177); }
td.TdClassName
{
border-color: #9DABB1;
}
.TagClassName
{
border-color: #9DABB1;
}
</style>