Shades of Gull Grey #9DAFB4
Tints of Gull Grey #9DAFB4
RGB
CMYK
RGB Variations
Color information
#9DAFB4 (or 0x9DAFB4) is known color: Gull Grey. HEX triplet: 9D, AF and B4. RGB value is (157,175,180). Sum of RGB (Red+Green+Blue) = 157+175+180=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #9DAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFB4 is #62504B. Grayscale: #AAAAAA. Windows color (decimal): -6443084 or 11841437. OLE color: 11841437.
HSL color Cylindrical-coordinate representation of color #9DAFB4: hue angle of 193.04º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DAFB4 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 157 | 175 | 180 | - |
CMYK | 0.13 | 0.03 | 0 | 0.29 |
HSL | 193.04º | 0.13% | 0.66% | - |
HSV(B) | 193.04º | 0.13% | 0.71% | - |
XYZ | 37.47 | 41.12 | 49.14 | - |
YUV | 170.19 | 133.54 | 118.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 175 | 180 | 0.13 | 0.03 | 0 | 0.29 | 193.04 | 0.13 | 0.66 |
Hex | 9D | AF | B4 | D | 3 | 0 | 1D | C1 | D | 42 |
Octal | 235 | 257 | 264 | 15 | 3 | 0 | 35 | 301 | 15 | 102 |
Binary | 10011101 | 10101111 | 10110100 | 1101 | 11 | 0 | 11101 | 11000001 | 1101 | 1000010 |
Color Harmonies of #9DAFB4
Complementary color
Monochromatic Colors of #9DAFB4
Black with #9DAFB4
Text Example
Text Example
White with #9DAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFB4; }
p { color: rgb(157,175,180); }
H1.HeaderClassName
{
color: #9DAFB4;
}
.AnyTagClassName
{
color: #9DAFB4;
}
</style>
background-color css
<style>
a { background-color: #9DAFB4; }
a { background-color: rgb(157,175,180); }
div.DivClassName
{
background-color: #9DAFB4;
}
.BgClassName
{
background-color: #9DAFB4;
}
</style>
border-color css
<style>
span { border-color: #9DAFB4; }
span { border-color: rgb(157,175,180); }
td.TdClassName
{
border-color: #9DAFB4;
}
.TagClassName
{
border-color: #9DAFB4;
}
</style>