Shades of Blue Bell #99A1CB
Tints of Blue Bell #99A1CB
RGB
CMYK
RGB Variations
Color information
#99A1CB (or 0x99A1CB) is known color: Blue Bell. HEX triplet: 99, A1 and CB. RGB value is (153,161,203). Sum of RGB (Red+Green+Blue) = 153+161+203=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #99A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1CB is #665E34. Grayscale: #A3A3A3. Windows color (decimal): -6708789 or 13345177. OLE color: 13345177.
HSL color Cylindrical-coordinate representation of color #99A1CB: hue angle of 230.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A1CB is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 161 | 203 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.20 |
| HSL | 230.4º | 0.32% | 0.7% | - |
| HSV(B) | 230.4º | 0.25% | 0.8% | - |
| XYZ | 36.66 | 36.57 | 61.63 | - |
| YUV | 163.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 203 | 0.25 | 0.21 | 0 | 0.20 | 230.4 | 0.32 | 0.7 |
| Hex | 99 | A1 | CB | 19 | 15 | 0 | 14 | E6 | 20 | 46 |
| Octal | 231 | 241 | 313 | 31 | 25 | 0 | 24 | 346 | 40 | 106 |
| Binary | 10011001 | 10100001 | 11001011 | 11001 | 10101 | 0 | 10100 | 11100110 | 100000 | 1000110 |
Color Harmonies of #99A1CB
Complementary color
Monochromatic Colors of #99A1CB
Black with #99A1CB
Text Example
Text Example
White with #99A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1CB; }
p { color: rgb(153,161,203); }
H1.HeaderClassName
{
color: #99A1CB;
}
.AnyTagClassName
{
color: #99A1CB;
}
</style>
background-color css
<style>
a { background-color: #99A1CB; }
a { background-color: rgb(153,161,203); }
div.DivClassName
{
background-color: #99A1CB;
}
.BgClassName
{
background-color: #99A1CB;
}
</style>
border-color css
<style>
span { border-color: #99A1CB; }
span { border-color: rgb(153,161,203); }
td.TdClassName
{
border-color: #99A1CB;
}
.TagClassName
{
border-color: #99A1CB;
}
</style>