Shades of Blue Bell #99A0C7
Tints of Blue Bell #99A0C7
RGB
CMYK
RGB Variations
Color information
#99A0C7 (or 0x99A0C7) is known color: Blue Bell. HEX triplet: 99, A0 and C7. RGB value is (153,160,199). Sum of RGB (Red+Green+Blue) = 153+160+199=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #99A0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0C7 is #665F38. Grayscale: #A2A2A2. Windows color (decimal): -6709049 or 13082777. OLE color: 13082777.
HSL color Cylindrical-coordinate representation of color #99A0C7: hue angle of 230.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99A0C7 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 160 | 199 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.22 |
| HSL | 230.87º | 0.29% | 0.69% | - |
| HSV(B) | 230.87º | 0.23% | 0.78% | - |
| XYZ | 36.02 | 36.04 | 59.09 | - |
| YUV | 162.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 199 | 0.23 | 0.20 | 0 | 0.22 | 230.87 | 0.29 | 0.69 |
| Hex | 99 | A0 | C7 | 17 | 14 | 0 | 16 | E7 | 1D | 45 |
| Octal | 231 | 240 | 307 | 27 | 24 | 0 | 26 | 347 | 35 | 105 |
| Binary | 10011001 | 10100000 | 11000111 | 10111 | 10100 | 0 | 10110 | 11100111 | 11101 | 1000101 |
Color Harmonies of #99A0C7
Complementary color
Monochromatic Colors of #99A0C7
Black with #99A0C7
Text Example
Text Example
White with #99A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0C7; }
p { color: rgb(153,160,199); }
H1.HeaderClassName
{
color: #99A0C7;
}
.AnyTagClassName
{
color: #99A0C7;
}
</style>
background-color css
<style>
a { background-color: #99A0C7; }
a { background-color: rgb(153,160,199); }
div.DivClassName
{
background-color: #99A0C7;
}
.BgClassName
{
background-color: #99A0C7;
}
</style>
border-color css
<style>
span { border-color: #99A0C7; }
span { border-color: rgb(153,160,199); }
td.TdClassName
{
border-color: #99A0C7;
}
.TagClassName
{
border-color: #99A0C7;
}
</style>