Shades of Conch #9DAFAB
Tints of Conch #9DAFAB
RGB
CMYK
RGB Variations
Color information
#9DAFAB (or 0x9DAFAB) is known color: Conch. HEX triplet: 9D, AF and AB. RGB value is (157,175,171). Sum of RGB (Red+Green+Blue) = 157+175+171=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAFAB is #625054. Grayscale: #A9A9A9. Windows color (decimal): -6443093 or 11251613. OLE color: 11251613.
HSL color Cylindrical-coordinate representation of color #9DAFAB: hue angle of 166.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 #9DAFAB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 171 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.31 |
| HSL | 166.67º | 0.1% | 0.65% | - |
| HSV(B) | 166.67º | 0.1% | 0.69% | - |
| XYZ | 36.59 | 40.77 | 44.47 | - |
| YUV | 169.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 171 | 0.10 | 0 | 0.02 | 0.31 | 166.67 | 0.1 | 0.65 |
| Hex | 9D | AF | AB | A | 0 | 2 | 1F | A7 | A | 41 |
| Octal | 235 | 257 | 253 | 12 | 0 | 2 | 37 | 247 | 12 | 101 |
| Binary | 10011101 | 10101111 | 10101011 | 1010 | 0 | 10 | 11111 | 10100111 | 1010 | 1000001 |
Color Harmonies of #9DAFAB
Complementary color
Monochromatic Colors of #9DAFAB
Black with #9DAFAB
Text Example
Text Example
White with #9DAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFAB; }
p { color: rgb(157,175,171); }
H1.HeaderClassName
{
color: #9DAFAB;
}
.AnyTagClassName
{
color: #9DAFAB;
}
</style>
background-color css
<style>
a { background-color: #9DAFAB; }
a { background-color: rgb(157,175,171); }
div.DivClassName
{
background-color: #9DAFAB;
}
.BgClassName
{
background-color: #9DAFAB;
}
</style>
border-color css
<style>
span { border-color: #9DAFAB; }
span { border-color: rgb(157,175,171); }
td.TdClassName
{
border-color: #9DAFAB;
}
.TagClassName
{
border-color: #9DAFAB;
}
</style>