Shades of Rock Blue #9AA2BC
Tints of Rock Blue #9AA2BC
RGB
CMYK
RGB Variations
Color information
#9AA2BC (or 0x9AA2BC) is known color: Rock Blue. HEX triplet: 9A, A2 and BC. RGB value is (154,162,188). Sum of RGB (Red+Green+Blue) = 154+162+188=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2BC is #655D43. Grayscale: #A2A2A2. Windows color (decimal): -6643012 or 12362394. OLE color: 12362394.
HSL color Cylindrical-coordinate representation of color #9AA2BC: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AA2BC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 162 | 188 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.26 |
| HSL | 225.88º | 0.2% | 0.67% | - |
| HSV(B) | 225.88º | 0.18% | 0.74% | - |
| XYZ | 35.32 | 36.34 | 52.73 | - |
| YUV | 162.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 188 | 0.18 | 0.14 | 0 | 0.26 | 225.88 | 0.2 | 0.67 |
| Hex | 9A | A2 | BC | 12 | E | 0 | 1A | E2 | 14 | 43 |
| Octal | 232 | 242 | 274 | 22 | 16 | 0 | 32 | 342 | 24 | 103 |
| Binary | 10011010 | 10100010 | 10111100 | 10010 | 1110 | 0 | 11010 | 11100010 | 10100 | 1000011 |
Color Harmonies of #9AA2BC
Complementary color
Monochromatic Colors of #9AA2BC
Black with #9AA2BC
Text Example
Text Example
White with #9AA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2BC; }
p { color: rgb(154,162,188); }
H1.HeaderClassName
{
color: #9AA2BC;
}
.AnyTagClassName
{
color: #9AA2BC;
}
</style>
background-color css
<style>
a { background-color: #9AA2BC; }
a { background-color: rgb(154,162,188); }
div.DivClassName
{
background-color: #9AA2BC;
}
.BgClassName
{
background-color: #9AA2BC;
}
</style>
border-color css
<style>
span { border-color: #9AA2BC; }
span { border-color: rgb(154,162,188); }
td.TdClassName
{
border-color: #9AA2BC;
}
.TagClassName
{
border-color: #9AA2BC;
}
</style>