Shades of Blue Bell #99A1C7
Tints of Blue Bell #99A1C7
RGB
CMYK
RGB Variations
Color information
#99A1C7 (or 0x99A1C7) is known color: Blue Bell. HEX triplet: 99, A1 and C7. RGB value is (153,161,199). Sum of RGB (Red+Green+Blue) = 153+161+199=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #99A1C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1C7 is #665E38. Grayscale: #A2A2A2. Windows color (decimal): -6708793 or 13083033. OLE color: 13083033.
HSL color Cylindrical-coordinate representation of color #99A1C7: hue angle of 229.57º 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 #99A1C7 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 161 | 199 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.22 |
| HSL | 229.57º | 0.29% | 0.69% | - |
| HSV(B) | 229.57º | 0.23% | 0.78% | - |
| XYZ | 36.19 | 36.39 | 59.15 | - |
| YUV | 162.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 199 | 0.23 | 0.19 | 0 | 0.22 | 229.57 | 0.29 | 0.69 |
| Hex | 99 | A1 | C7 | 17 | 13 | 0 | 16 | E6 | 1D | 45 |
| Octal | 231 | 241 | 307 | 27 | 23 | 0 | 26 | 346 | 35 | 105 |
| Binary | 10011001 | 10100001 | 11000111 | 10111 | 10011 | 0 | 10110 | 11100110 | 11101 | 1000101 |
Color Harmonies of #99A1C7
Complementary color
Monochromatic Colors of #99A1C7
Black with #99A1C7
Text Example
Text Example
White with #99A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1C7; }
p { color: rgb(153,161,199); }
H1.HeaderClassName
{
color: #99A1C7;
}
.AnyTagClassName
{
color: #99A1C7;
}
</style>
background-color css
<style>
a { background-color: #99A1C7; }
a { background-color: rgb(153,161,199); }
div.DivClassName
{
background-color: #99A1C7;
}
.BgClassName
{
background-color: #99A1C7;
}
</style>
border-color css
<style>
span { border-color: #99A1C7; }
span { border-color: rgb(153,161,199); }
td.TdClassName
{
border-color: #99A1C7;
}
.TagClassName
{
border-color: #99A1C7;
}
</style>