Shades of Conch #9FB4B3
Tints of Conch #9FB4B3
RGB
CMYK
RGB Variations
Color information
#9FB4B3 (or 0x9FB4B3) is known color: Conch. HEX triplet: 9F, B4 and B3. RGB value is (159,180,179). Sum of RGB (Red+Green+Blue) = 159+180+179=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB4B3 is #604B4C. Grayscale: #ADADAD. Windows color (decimal): -6310733 or 11777183. OLE color: 11777183.
HSL color Cylindrical-coordinate representation of color #9FB4B3: hue angle of 177.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB4B3 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 179 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.29 |
| HSL | 177.14º | 0.12% | 0.66% | - |
| HSV(B) | 177.14º | 0.12% | 0.71% | - |
| XYZ | 38.76 | 43.27 | 48.96 | - |
| YUV | 173.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 179 | 0.12 | 0 | 0.01 | 0.29 | 177.14 | 0.12 | 0.66 |
| Hex | 9F | B4 | B3 | C | 0 | 1 | 1D | B1 | C | 42 |
| Octal | 237 | 264 | 263 | 14 | 0 | 1 | 35 | 261 | 14 | 102 |
| Binary | 10011111 | 10110100 | 10110011 | 1100 | 0 | 1 | 11101 | 10110001 | 1100 | 1000010 |
Color Harmonies of #9FB4B3
Complementary color
Monochromatic Colors of #9FB4B3
Black with #9FB4B3
Text Example
Text Example
White with #9FB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB4B3; }
p { color: rgb(159,180,179); }
H1.HeaderClassName
{
color: #9FB4B3;
}
.AnyTagClassName
{
color: #9FB4B3;
}
</style>
background-color css
<style>
a { background-color: #9FB4B3; }
a { background-color: rgb(159,180,179); }
div.DivClassName
{
background-color: #9FB4B3;
}
.BgClassName
{
background-color: #9FB4B3;
}
</style>
border-color css
<style>
span { border-color: #9FB4B3; }
span { border-color: rgb(159,180,179); }
td.TdClassName
{
border-color: #9FB4B3;
}
.TagClassName
{
border-color: #9FB4B3;
}
</style>