Shades of Conch #9BAFAA
Tints of Conch #9BAFAA
RGB
CMYK
RGB Variations
Color information
#9BAFAA (or 0x9BAFAA) is known color: Conch. HEX triplet: 9B, AF and AA. RGB value is (155,175,170). Sum of RGB (Red+Green+Blue) = 155+175+170=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFAA is #645055. Grayscale: #A8A8A8. Windows color (decimal): -6574166 or 11186075. OLE color: 11186075.
HSL color Cylindrical-coordinate representation of color #9BAFAA: hue angle of 165º 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 #9BAFAA is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 170 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.31 |
| HSL | 165º | 0.11% | 0.65% | - |
| HSV(B) | 165º | 0.11% | 0.69% | - |
| XYZ | 36.1 | 40.53 | 43.95 | - |
| YUV | 168.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 170 | 0.11 | 0 | 0.03 | 0.31 | 165 | 0.11 | 0.65 |
| Hex | 9B | AF | AA | B | 0 | 3 | 1F | A5 | B | 41 |
| Octal | 233 | 257 | 252 | 13 | 0 | 3 | 37 | 245 | 13 | 101 |
| Binary | 10011011 | 10101111 | 10101010 | 1011 | 0 | 11 | 11111 | 10100101 | 1011 | 1000001 |
Color Harmonies of #9BAFAA
Complementary color
Monochromatic Colors of #9BAFAA
Black with #9BAFAA
Text Example
Text Example
White with #9BAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFAA; }
p { color: rgb(155,175,170); }
H1.HeaderClassName
{
color: #9BAFAA;
}
.AnyTagClassName
{
color: #9BAFAA;
}
</style>
background-color css
<style>
a { background-color: #9BAFAA; }
a { background-color: rgb(155,175,170); }
div.DivClassName
{
background-color: #9BAFAA;
}
.BgClassName
{
background-color: #9BAFAA;
}
</style>
border-color css
<style>
span { border-color: #9BAFAA; }
span { border-color: rgb(155,175,170); }
td.TdClassName
{
border-color: #9BAFAA;
}
.TagClassName
{
border-color: #9BAFAA;
}
</style>