Shades of Blue Bell #999ACC
Tints of Blue Bell #999ACC
RGB
CMYK
RGB Variations
Color information
#999ACC (or 0x999ACC) is known color: Blue Bell. HEX triplet: 99, 9A and CC. RGB value is (153,154,204). Sum of RGB (Red+Green+Blue) = 153+154+204=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #999ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ACC is #666533. Grayscale: #9F9F9F. Windows color (decimal): -6710580 or 13408921. OLE color: 13408921.
HSL color Cylindrical-coordinate representation of color #999ACC: hue angle of 238.82º degrees, saturation: 0.33, 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 #999ACC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 154 | 204 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.2 |
| HSL | 238.82º | 0.33% | 0.7% | - |
| HSV(B) | 238.82º | 0.25% | 0.8% | - |
| XYZ | 35.59 | 34.24 | 61.86 | - |
| YUV | 159.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 204 | 0.25 | 0.25 | 0 | 0.2 | 238.82 | 0.33 | 0.7 |
| Hex | 99 | 9A | CC | 19 | 19 | 0 | 14 | EF | 21 | 46 |
| Octal | 231 | 232 | 314 | 31 | 31 | 0 | 24 | 357 | 41 | 106 |
| Binary | 10011001 | 10011010 | 11001100 | 11001 | 11001 | 0 | 10100 | 11101111 | 100001 | 1000110 |
Color Harmonies of #999ACC
Complementary color
Monochromatic Colors of #999ACC
Black with #999ACC
Text Example
Text Example
White with #999ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999ACC; }
p { color: rgb(153,154,204); }
H1.HeaderClassName
{
color: #999ACC;
}
.AnyTagClassName
{
color: #999ACC;
}
</style>
background-color css
<style>
a { background-color: #999ACC; }
a { background-color: rgb(153,154,204); }
div.DivClassName
{
background-color: #999ACC;
}
.BgClassName
{
background-color: #999ACC;
}
</style>
border-color css
<style>
span { border-color: #999ACC; }
span { border-color: rgb(153,154,204); }
td.TdClassName
{
border-color: #999ACC;
}
.TagClassName
{
border-color: #999ACC;
}
</style>