Shades of Blue Bell #9BA0D8
Tints of Blue Bell #9BA0D8
RGB
CMYK
RGB Variations
Color information
#9BA0D8 (or 0x9BA0D8) is known color: Blue Bell. HEX triplet: 9B, A0 and D8. RGB value is (155,160,216). Sum of RGB (Red+Green+Blue) = 155+160+216=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BA0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0D8 is #645F27. Grayscale: #A4A4A4. Windows color (decimal): -6577960 or 14196891. OLE color: 14196891.
HSL color Cylindrical-coordinate representation of color #9BA0D8: hue angle of 235.08º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA0D8 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 160 | 216 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.15 |
| HSL | 235.08º | 0.44% | 0.73% | - |
| HSV(B) | 235.08º | 0.28% | 0.85% | - |
| XYZ | 38.48 | 37.07 | 70.09 | - |
| YUV | 164.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 216 | 0.28 | 0.26 | 0 | 0.15 | 235.08 | 0.44 | 0.73 |
| Hex | 9B | A0 | D8 | 1C | 1A | 0 | F | EB | 2C | 49 |
| Octal | 233 | 240 | 330 | 34 | 32 | 0 | 17 | 353 | 54 | 111 |
| Binary | 10011011 | 10100000 | 11011000 | 11100 | 11010 | 0 | 1111 | 11101011 | 101100 | 1001001 |
Color Harmonies of #9BA0D8
Complementary color
Monochromatic Colors of #9BA0D8
Black with #9BA0D8
Text Example
Text Example
White with #9BA0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0D8; }
p { color: rgb(155,160,216); }
H1.HeaderClassName
{
color: #9BA0D8;
}
.AnyTagClassName
{
color: #9BA0D8;
}
</style>
background-color css
<style>
a { background-color: #9BA0D8; }
a { background-color: rgb(155,160,216); }
div.DivClassName
{
background-color: #9BA0D8;
}
.BgClassName
{
background-color: #9BA0D8;
}
</style>
border-color css
<style>
span { border-color: #9BA0D8; }
span { border-color: rgb(155,160,216); }
td.TdClassName
{
border-color: #9BA0D8;
}
.TagClassName
{
border-color: #9BA0D8;
}
</style>