Shades of Blue Bell #9FA0C3
Tints of Blue Bell #9FA0C3
RGB
CMYK
RGB Variations
Color information
#9FA0C3 (or 0x9FA0C3) is known color: Blue Bell. HEX triplet: 9F, A0 and C3. RGB value is (159,160,195). Sum of RGB (Red+Green+Blue) = 159+160+195=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #9FA0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0C3 is #605F3C. Grayscale: #A3A3A3. Windows color (decimal): -6315837 or 12820639. OLE color: 12820639.
HSL color Cylindrical-coordinate representation of color #9FA0C3: hue angle of 238.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FA0C3 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 160 | 195 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.24 |
| HSL | 238.33º | 0.23% | 0.69% | - |
| HSV(B) | 238.33º | 0.18% | 0.76% | - |
| XYZ | 36.72 | 36.45 | 56.73 | - |
| YUV | 163.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 195 | 0.18 | 0.18 | 0 | 0.24 | 238.33 | 0.23 | 0.69 |
| Hex | 9F | A0 | C3 | 12 | 12 | 0 | 18 | EE | 17 | 45 |
| Octal | 237 | 240 | 303 | 22 | 22 | 0 | 30 | 356 | 27 | 105 |
| Binary | 10011111 | 10100000 | 11000011 | 10010 | 10010 | 0 | 11000 | 11101110 | 10111 | 1000101 |
Color Harmonies of #9FA0C3
Complementary color
Monochromatic Colors of #9FA0C3
Black with #9FA0C3
Text Example
Text Example
White with #9FA0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0C3; }
p { color: rgb(159,160,195); }
H1.HeaderClassName
{
color: #9FA0C3;
}
.AnyTagClassName
{
color: #9FA0C3;
}
</style>
background-color css
<style>
a { background-color: #9FA0C3; }
a { background-color: rgb(159,160,195); }
div.DivClassName
{
background-color: #9FA0C3;
}
.BgClassName
{
background-color: #9FA0C3;
}
</style>
border-color css
<style>
span { border-color: #9FA0C3; }
span { border-color: rgb(159,160,195); }
td.TdClassName
{
border-color: #9FA0C3;
}
.TagClassName
{
border-color: #9FA0C3;
}
</style>