Shades of Blue Bell #999ACF
Tints of Blue Bell #999ACF
RGB
CMYK
RGB Variations
Color information
#999ACF (or 0x999ACF) is known color: Blue Bell. HEX triplet: 99, 9A and CF. RGB value is (153,154,207). Sum of RGB (Red+Green+Blue) = 153+154+207=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #999ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ACF is #666530. Grayscale: #9F9F9F. Windows color (decimal): -6710577 or 13605529. OLE color: 13605529.
HSL color Cylindrical-coordinate representation of color #999ACF: hue angle of 238.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999ACF is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 154 | 207 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.19 |
| HSL | 238.89º | 0.36% | 0.71% | - |
| HSV(B) | 238.89º | 0.26% | 0.81% | - |
| XYZ | 35.95 | 34.39 | 63.77 | - |
| YUV | 159.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 207 | 0.26 | 0.26 | 0 | 0.19 | 238.89 | 0.36 | 0.71 |
| Hex | 99 | 9A | CF | 1A | 1A | 0 | 13 | EF | 24 | 47 |
| Octal | 231 | 232 | 317 | 32 | 32 | 0 | 23 | 357 | 44 | 107 |
| Binary | 10011001 | 10011010 | 11001111 | 11010 | 11010 | 0 | 10011 | 11101111 | 100100 | 1000111 |
Color Harmonies of #999ACF
Complementary color
Monochromatic Colors of #999ACF
Black with #999ACF
Text Example
Text Example
White with #999ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999ACF; }
p { color: rgb(153,154,207); }
H1.HeaderClassName
{
color: #999ACF;
}
.AnyTagClassName
{
color: #999ACF;
}
</style>
background-color css
<style>
a { background-color: #999ACF; }
a { background-color: rgb(153,154,207); }
div.DivClassName
{
background-color: #999ACF;
}
.BgClassName
{
background-color: #999ACF;
}
</style>
border-color css
<style>
span { border-color: #999ACF; }
span { border-color: rgb(153,154,207); }
td.TdClassName
{
border-color: #999ACF;
}
.TagClassName
{
border-color: #999ACF;
}
</style>