Shades of Blue Bell #9DA1D3
Tints of Blue Bell #9DA1D3
RGB
CMYK
RGB Variations
Color information
#9DA1D3 (or 0x9DA1D3) is known color: Blue Bell. HEX triplet: 9D, A1 and D3. RGB value is (157,161,211). Sum of RGB (Red+Green+Blue) = 157+161+211=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #9DA1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1D3 is #625E2C. Grayscale: #A5A5A5. Windows color (decimal): -6446637 or 13869469. OLE color: 13869469.
HSL color Cylindrical-coordinate representation of color #9DA1D3: hue angle of 235.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DA1D3 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 161 | 211 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.17 |
| HSL | 235.56º | 0.38% | 0.72% | - |
| HSV(B) | 235.56º | 0.26% | 0.83% | - |
| XYZ | 38.41 | 37.36 | 66.82 | - |
| YUV | 165.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 211 | 0.26 | 0.24 | 0 | 0.17 | 235.56 | 0.38 | 0.72 |
| Hex | 9D | A1 | D3 | 1A | 18 | 0 | 11 | EC | 26 | 48 |
| Octal | 235 | 241 | 323 | 32 | 30 | 0 | 21 | 354 | 46 | 110 |
| Binary | 10011101 | 10100001 | 11010011 | 11010 | 11000 | 0 | 10001 | 11101100 | 100110 | 1001000 |
Color Harmonies of #9DA1D3
Complementary color
Monochromatic Colors of #9DA1D3
Black with #9DA1D3
Text Example
Text Example
White with #9DA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA1D3; }
p { color: rgb(157,161,211); }
H1.HeaderClassName
{
color: #9DA1D3;
}
.AnyTagClassName
{
color: #9DA1D3;
}
</style>
background-color css
<style>
a { background-color: #9DA1D3; }
a { background-color: rgb(157,161,211); }
div.DivClassName
{
background-color: #9DA1D3;
}
.BgClassName
{
background-color: #9DA1D3;
}
</style>
border-color css
<style>
span { border-color: #9DA1D3; }
span { border-color: rgb(157,161,211); }
td.TdClassName
{
border-color: #9DA1D3;
}
.TagClassName
{
border-color: #9DA1D3;
}
</style>