Shades of Conch #9EBBBA
Tints of Conch #9EBBBA
RGB
CMYK
RGB Variations
Color information
#9EBBBA (or 0x9EBBBA) is known color: Conch. HEX triplet: 9E, BB and BA. RGB value is (158,187,186). Sum of RGB (Red+Green+Blue) = 158+187+186=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBBA is #614445. Grayscale: #B2B2B2. Windows color (decimal): -6374470 or 12237726. OLE color: 12237726.
HSL color Cylindrical-coordinate representation of color #9EBBBA: hue angle of 177.93º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBBA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 186 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.27 |
| HSL | 177.93º | 0.18% | 0.68% | - |
| HSV(B) | 177.93º | 0.16% | 0.73% | - |
| XYZ | 40.73 | 46.35 | 53.25 | - |
| YUV | 178.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 186 | 0.16 | 0 | 0.01 | 0.27 | 177.93 | 0.18 | 0.68 |
| Hex | 9E | BB | BA | 10 | 0 | 1 | 1B | B2 | 12 | 44 |
| Octal | 236 | 273 | 272 | 20 | 0 | 1 | 33 | 262 | 22 | 104 |
| Binary | 10011110 | 10111011 | 10111010 | 10000 | 0 | 1 | 11011 | 10110010 | 10010 | 1000100 |
Color Harmonies of #9EBBBA
Complementary color
Monochromatic Colors of #9EBBBA
Black with #9EBBBA
Text Example
Text Example
White with #9EBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBBA; }
p { color: rgb(158,187,186); }
H1.HeaderClassName
{
color: #9EBBBA;
}
.AnyTagClassName
{
color: #9EBBBA;
}
</style>
background-color css
<style>
a { background-color: #9EBBBA; }
a { background-color: rgb(158,187,186); }
div.DivClassName
{
background-color: #9EBBBA;
}
.BgClassName
{
background-color: #9EBBBA;
}
</style>
border-color css
<style>
span { border-color: #9EBBBA; }
span { border-color: rgb(158,187,186); }
td.TdClassName
{
border-color: #9EBBBA;
}
.TagClassName
{
border-color: #9EBBBA;
}
</style>