Shades of Blue Bell #9DA0C9
Tints of Blue Bell #9DA0C9
RGB
CMYK
RGB Variations
Color information
#9DA0C9 (or 0x9DA0C9) is known color: Blue Bell. HEX triplet: 9D, A0 and C9. RGB value is (157,160,201). Sum of RGB (Red+Green+Blue) = 157+160+201=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #9DA0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0C9 is #625F36. Grayscale: #A3A3A3. Windows color (decimal): -6446903 or 13213853. OLE color: 13213853.
HSL color Cylindrical-coordinate representation of color #9DA0C9: hue angle of 235.91º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA0C9 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 160 | 201 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.21 |
| HSL | 235.91º | 0.29% | 0.7% | - |
| HSV(B) | 235.91º | 0.22% | 0.79% | - |
| XYZ | 37.02 | 36.53 | 60.36 | - |
| YUV | 163.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 201 | 0.22 | 0.20 | 0 | 0.21 | 235.91 | 0.29 | 0.7 |
| Hex | 9D | A0 | C9 | 16 | 14 | 0 | 15 | EC | 1D | 46 |
| Octal | 235 | 240 | 311 | 26 | 24 | 0 | 25 | 354 | 35 | 106 |
| Binary | 10011101 | 10100000 | 11001001 | 10110 | 10100 | 0 | 10101 | 11101100 | 11101 | 1000110 |
Color Harmonies of #9DA0C9
Complementary color
Monochromatic Colors of #9DA0C9
Black with #9DA0C9
Text Example
Text Example
White with #9DA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA0C9; }
p { color: rgb(157,160,201); }
H1.HeaderClassName
{
color: #9DA0C9;
}
.AnyTagClassName
{
color: #9DA0C9;
}
</style>
background-color css
<style>
a { background-color: #9DA0C9; }
a { background-color: rgb(157,160,201); }
div.DivClassName
{
background-color: #9DA0C9;
}
.BgClassName
{
background-color: #9DA0C9;
}
</style>
border-color css
<style>
span { border-color: #9DA0C9; }
span { border-color: rgb(157,160,201); }
td.TdClassName
{
border-color: #9DA0C9;
}
.TagClassName
{
border-color: #9DA0C9;
}
</style>