Shades of Conch #9CAFAB
Tints of Conch #9CAFAB
RGB
CMYK
RGB Variations
Color information
#9CAFAB (or 0x9CAFAB) is known color: Conch. HEX triplet: 9C, AF and AB. RGB value is (156,175,171). Sum of RGB (Red+Green+Blue) = 156+175+171=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFAB is #635054. Grayscale: #A8A8A8. Windows color (decimal): -6508629 or 11251612. OLE color: 11251612.
HSL color Cylindrical-coordinate representation of color #9CAFAB: hue angle of 167.37º 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 #9CAFAB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 171 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.31 |
| HSL | 167.37º | 0.11% | 0.65% | - |
| HSV(B) | 167.37º | 0.11% | 0.69% | - |
| XYZ | 36.39 | 40.67 | 44.46 | - |
| YUV | 168.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 171 | 0.11 | 0 | 0.02 | 0.31 | 167.37 | 0.11 | 0.65 |
| Hex | 9C | AF | AB | B | 0 | 2 | 1F | A7 | B | 41 |
| Octal | 234 | 257 | 253 | 13 | 0 | 2 | 37 | 247 | 13 | 101 |
| Binary | 10011100 | 10101111 | 10101011 | 1011 | 0 | 10 | 11111 | 10100111 | 1011 | 1000001 |
Color Harmonies of #9CAFAB
Complementary color
Monochromatic Colors of #9CAFAB
Black with #9CAFAB
Text Example
Text Example
White with #9CAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFAB; }
p { color: rgb(156,175,171); }
H1.HeaderClassName
{
color: #9CAFAB;
}
.AnyTagClassName
{
color: #9CAFAB;
}
</style>
background-color css
<style>
a { background-color: #9CAFAB; }
a { background-color: rgb(156,175,171); }
div.DivClassName
{
background-color: #9CAFAB;
}
.BgClassName
{
background-color: #9CAFAB;
}
</style>
border-color css
<style>
span { border-color: #9CAFAB; }
span { border-color: rgb(156,175,171); }
td.TdClassName
{
border-color: #9CAFAB;
}
.TagClassName
{
border-color: #9CAFAB;
}
</style>