Shades of Blue Bell #9DA0C3
Tints of Blue Bell #9DA0C3
RGB
CMYK
RGB Variations
Color information
#9DA0C3 (or 0x9DA0C3) is known color: Blue Bell. HEX triplet: 9D, A0 and C3. RGB value is (157,160,195). Sum of RGB (Red+Green+Blue) = 157+160+195=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #9DA0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0C3 is #625F3C. Grayscale: #A2A2A2. Windows color (decimal): -6446909 or 12820637. OLE color: 12820637.
HSL color Cylindrical-coordinate representation of color #9DA0C3: hue angle of 235.26º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA0C3 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 160 | 195 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.24 |
| HSL | 235.26º | 0.24% | 0.69% | - |
| HSV(B) | 235.26º | 0.19% | 0.76% | - |
| XYZ | 36.33 | 36.25 | 56.71 | - |
| YUV | 163.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 195 | 0.19 | 0.18 | 0 | 0.24 | 235.26 | 0.24 | 0.69 |
| Hex | 9D | A0 | C3 | 13 | 12 | 0 | 18 | EB | 18 | 45 |
| Octal | 235 | 240 | 303 | 23 | 22 | 0 | 30 | 353 | 30 | 105 |
| Binary | 10011101 | 10100000 | 11000011 | 10011 | 10010 | 0 | 11000 | 11101011 | 11000 | 1000101 |
Color Harmonies of #9DA0C3
Complementary color
Monochromatic Colors of #9DA0C3
Black with #9DA0C3
Text Example
Text Example
White with #9DA0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA0C3; }
p { color: rgb(157,160,195); }
H1.HeaderClassName
{
color: #9DA0C3;
}
.AnyTagClassName
{
color: #9DA0C3;
}
</style>
background-color css
<style>
a { background-color: #9DA0C3; }
a { background-color: rgb(157,160,195); }
div.DivClassName
{
background-color: #9DA0C3;
}
.BgClassName
{
background-color: #9DA0C3;
}
</style>
border-color css
<style>
span { border-color: #9DA0C3; }
span { border-color: rgb(157,160,195); }
td.TdClassName
{
border-color: #9DA0C3;
}
.TagClassName
{
border-color: #9DA0C3;
}
</style>