Shades of Gull Grey #9DAFB2
Tints of Gull Grey #9DAFB2
RGB
CMYK
RGB Variations
Color information
#9DAFB2 (or 0x9DAFB2) is known color: Gull Grey. HEX triplet: 9D, AF and B2. RGB value is (157,175,178). Sum of RGB (Red+Green+Blue) = 157+175+178=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 178 - color contains mainly: blue. Hex color #9DAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAFB2 is #62504D. Grayscale: #A9A9A9. Windows color (decimal): -6443086 or 11710365. OLE color: 11710365.
HSL color Cylindrical-coordinate representation of color #9DAFB2: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DAFB2 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 157 | 175 | 178 | - |
CMYK | 0.12 | 0.02 | 0 | 0.30 |
HSL | 188.57º | 0.12% | 0.66% | - |
HSV(B) | 188.57º | 0.12% | 0.7% | - |
XYZ | 37.27 | 41.04 | 48.08 | - |
YUV | 169.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 175 | 178 | 0.12 | 0.02 | 0 | 0.30 | 188.57 | 0.12 | 0.66 |
Hex | 9D | AF | B2 | C | 2 | 0 | 1E | BD | C | 42 |
Octal | 235 | 257 | 262 | 14 | 2 | 0 | 36 | 275 | 14 | 102 |
Binary | 10011101 | 10101111 | 10110010 | 1100 | 10 | 0 | 11110 | 10111101 | 1100 | 1000010 |
Color Harmonies of #9DAFB2
Complementary color
Monochromatic Colors of #9DAFB2
Black with #9DAFB2
Text Example
Text Example
White with #9DAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFB2; }
p { color: rgb(157,175,178); }
H1.HeaderClassName
{
color: #9DAFB2;
}
.AnyTagClassName
{
color: #9DAFB2;
}
</style>
background-color css
<style>
a { background-color: #9DAFB2; }
a { background-color: rgb(157,175,178); }
div.DivClassName
{
background-color: #9DAFB2;
}
.BgClassName
{
background-color: #9DAFB2;
}
</style>
border-color css
<style>
span { border-color: #9DAFB2; }
span { border-color: rgb(157,175,178); }
td.TdClassName
{
border-color: #9DAFB2;
}
.TagClassName
{
border-color: #9DAFB2;
}
</style>