Shades of Gull Grey #9EABB0
Tints of Gull Grey #9EABB0
RGB
CMYK
RGB Variations
Color information
#9EABB0 (or 0x9EABB0) is known color: Gull Grey. HEX triplet: 9E, AB and B0. RGB value is (158,171,176). Sum of RGB (Red+Green+Blue) = 158+171+176=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #9EABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABB0 is #61544F. Grayscale: #A7A7A7. Windows color (decimal): -6378576 or 11578270. OLE color: 11578270.
HSL color Cylindrical-coordinate representation of color #9EABB0: 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 #9EABB0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 171 | 176 | - |
| 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.5 | 39.53 | 46.78 | - |
| YUV | 167.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 176 | 0.10 | 0.03 | 0 | 0.31 | 196.67 | 0.1 | 0.65 |
| Hex | 9E | AB | B0 | A | 3 | 0 | 1F | C5 | A | 41 |
| Octal | 236 | 253 | 260 | 12 | 3 | 0 | 37 | 305 | 12 | 101 |
| Binary | 10011110 | 10101011 | 10110000 | 1010 | 11 | 0 | 11111 | 11000101 | 1010 | 1000001 |
Color Harmonies of #9EABB0
Complementary color
Monochromatic Colors of #9EABB0
Black with #9EABB0
Text Example
Text Example
White with #9EABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABB0; }
p { color: rgb(158,171,176); }
H1.HeaderClassName
{
color: #9EABB0;
}
.AnyTagClassName
{
color: #9EABB0;
}
</style>
background-color css
<style>
a { background-color: #9EABB0; }
a { background-color: rgb(158,171,176); }
div.DivClassName
{
background-color: #9EABB0;
}
.BgClassName
{
background-color: #9EABB0;
}
</style>
border-color css
<style>
span { border-color: #9EABB0; }
span { border-color: rgb(158,171,176); }
td.TdClassName
{
border-color: #9EABB0;
}
.TagClassName
{
border-color: #9EABB0;
}
</style>