Shades of Rock Blue #9AA8BB
Tints of Rock Blue #9AA8BB
RGB
CMYK
RGB Variations
Color information
#9AA8BB (or 0x9AA8BB) is known color: Rock Blue. HEX triplet: 9A, A8 and BB. RGB value is (154,168,187). Sum of RGB (Red+Green+Blue) = 154+168+187=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8BB is #655744. Grayscale: #A5A5A5. Windows color (decimal): -6641477 or 12298394. OLE color: 12298394.
HSL color Cylindrical-coordinate representation of color #9AA8BB: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AA8BB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 168 | 187 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.27 |
| HSL | 214.55º | 0.2% | 0.67% | - |
| HSV(B) | 214.55º | 0.18% | 0.73% | - |
| XYZ | 36.3 | 38.46 | 52.52 | - |
| YUV | 165.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 187 | 0.18 | 0.10 | 0 | 0.27 | 214.55 | 0.2 | 0.67 |
| Hex | 9A | A8 | BB | 12 | A | 0 | 1B | D7 | 14 | 43 |
| Octal | 232 | 250 | 273 | 22 | 12 | 0 | 33 | 327 | 24 | 103 |
| Binary | 10011010 | 10101000 | 10111011 | 10010 | 1010 | 0 | 11011 | 11010111 | 10100 | 1000011 |
Color Harmonies of #9AA8BB
Complementary color
Monochromatic Colors of #9AA8BB
Black with #9AA8BB
Text Example
Text Example
White with #9AA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8BB; }
p { color: rgb(154,168,187); }
H1.HeaderClassName
{
color: #9AA8BB;
}
.AnyTagClassName
{
color: #9AA8BB;
}
</style>
background-color css
<style>
a { background-color: #9AA8BB; }
a { background-color: rgb(154,168,187); }
div.DivClassName
{
background-color: #9AA8BB;
}
.BgClassName
{
background-color: #9AA8BB;
}
</style>
border-color css
<style>
span { border-color: #9AA8BB; }
span { border-color: rgb(154,168,187); }
td.TdClassName
{
border-color: #9AA8BB;
}
.TagClassName
{
border-color: #9AA8BB;
}
</style>