Shades of Blue Bell #9AA2CB
Tints of Blue Bell #9AA2CB
RGB
CMYK
RGB Variations
Color information
#9AA2CB (or 0x9AA2CB) is known color: Blue Bell. HEX triplet: 9A, A2 and CB. RGB value is (154,162,203). Sum of RGB (Red+Green+Blue) = 154+162+203=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2CB is #655D34. Grayscale: #A4A4A4. Windows color (decimal): -6642997 or 13345434. OLE color: 13345434.
HSL color Cylindrical-coordinate representation of color #9AA2CB: hue angle of 230.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AA2CB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 162 | 203 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.20 |
| HSL | 230.2º | 0.32% | 0.7% | - |
| HSV(B) | 230.2º | 0.24% | 0.8% | - |
| XYZ | 37.03 | 37.02 | 61.69 | - |
| YUV | 164.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 203 | 0.24 | 0.20 | 0 | 0.20 | 230.2 | 0.32 | 0.7 |
| Hex | 9A | A2 | CB | 18 | 14 | 0 | 14 | E6 | 20 | 46 |
| Octal | 232 | 242 | 313 | 30 | 24 | 0 | 24 | 346 | 40 | 106 |
| Binary | 10011010 | 10100010 | 11001011 | 11000 | 10100 | 0 | 10100 | 11100110 | 100000 | 1000110 |
Color Harmonies of #9AA2CB
Complementary color
Monochromatic Colors of #9AA2CB
Black with #9AA2CB
Text Example
Text Example
White with #9AA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2CB; }
p { color: rgb(154,162,203); }
H1.HeaderClassName
{
color: #9AA2CB;
}
.AnyTagClassName
{
color: #9AA2CB;
}
</style>
background-color css
<style>
a { background-color: #9AA2CB; }
a { background-color: rgb(154,162,203); }
div.DivClassName
{
background-color: #9AA2CB;
}
.BgClassName
{
background-color: #9AA2CB;
}
</style>
border-color css
<style>
span { border-color: #9AA2CB; }
span { border-color: rgb(154,162,203); }
td.TdClassName
{
border-color: #9AA2CB;
}
.TagClassName
{
border-color: #9AA2CB;
}
</style>