Shades of Blue Bell #9FA0CC
Tints of Blue Bell #9FA0CC
RGB
CMYK
RGB Variations
Color information
#9FA0CC (or 0x9FA0CC) is known color: Blue Bell. HEX triplet: 9F, A0 and CC. RGB value is (159,160,204). Sum of RGB (Red+Green+Blue) = 159+160+204=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FA0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0CC is #605F33. Grayscale: #A4A4A4. Windows color (decimal): -6315828 or 13410463. OLE color: 13410463.
HSL color Cylindrical-coordinate representation of color #9FA0CC: hue angle of 238.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA0CC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 160 | 204 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.2 |
| HSL | 238.67º | 0.31% | 0.71% | - |
| HSV(B) | 238.67º | 0.22% | 0.8% | - |
| XYZ | 37.77 | 36.87 | 62.25 | - |
| YUV | 164.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 204 | 0.22 | 0.22 | 0 | 0.2 | 238.67 | 0.31 | 0.71 |
| Hex | 9F | A0 | CC | 16 | 16 | 0 | 14 | EF | 1F | 47 |
| Octal | 237 | 240 | 314 | 26 | 26 | 0 | 24 | 357 | 37 | 107 |
| Binary | 10011111 | 10100000 | 11001100 | 10110 | 10110 | 0 | 10100 | 11101111 | 11111 | 1000111 |
Color Harmonies of #9FA0CC
Complementary color
Monochromatic Colors of #9FA0CC
Black with #9FA0CC
Text Example
Text Example
White with #9FA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0CC; }
p { color: rgb(159,160,204); }
H1.HeaderClassName
{
color: #9FA0CC;
}
.AnyTagClassName
{
color: #9FA0CC;
}
</style>
background-color css
<style>
a { background-color: #9FA0CC; }
a { background-color: rgb(159,160,204); }
div.DivClassName
{
background-color: #9FA0CC;
}
.BgClassName
{
background-color: #9FA0CC;
}
</style>
border-color css
<style>
span { border-color: #9FA0CC; }
span { border-color: rgb(159,160,204); }
td.TdClassName
{
border-color: #9FA0CC;
}
.TagClassName
{
border-color: #9FA0CC;
}
</style>