Shades of Rock Blue #9AA8BA
Tints of Rock Blue #9AA8BA
RGB
CMYK
RGB Variations
Color information
#9AA8BA (or 0x9AA8BA) is known color: Rock Blue. HEX triplet: 9A, A8 and BA. RGB value is (154,168,186). Sum of RGB (Red+Green+Blue) = 154+168+186=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8BA is #655745. Grayscale: #A5A5A5. Windows color (decimal): -6641478 or 12232858. OLE color: 12232858.
HSL color Cylindrical-coordinate representation of color #9AA8BA: hue angle of 213.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA8BA is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 168 | 186 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.27 |
| HSL | 213.75º | 0.19% | 0.67% | - |
| HSV(B) | 213.75º | 0.17% | 0.73% | - |
| XYZ | 36.19 | 38.42 | 51.96 | - |
| YUV | 165.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 186 | 0.17 | 0.10 | 0 | 0.27 | 213.75 | 0.19 | 0.67 |
| Hex | 9A | A8 | BA | 11 | A | 0 | 1B | D6 | 13 | 43 |
| Octal | 232 | 250 | 272 | 21 | 12 | 0 | 33 | 326 | 23 | 103 |
| Binary | 10011010 | 10101000 | 10111010 | 10001 | 1010 | 0 | 11011 | 11010110 | 10011 | 1000011 |
Color Harmonies of #9AA8BA
Complementary color
Monochromatic Colors of #9AA8BA
Black with #9AA8BA
Text Example
Text Example
White with #9AA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8BA; }
p { color: rgb(154,168,186); }
H1.HeaderClassName
{
color: #9AA8BA;
}
.AnyTagClassName
{
color: #9AA8BA;
}
</style>
background-color css
<style>
a { background-color: #9AA8BA; }
a { background-color: rgb(154,168,186); }
div.DivClassName
{
background-color: #9AA8BA;
}
.BgClassName
{
background-color: #9AA8BA;
}
</style>
border-color css
<style>
span { border-color: #9AA8BA; }
span { border-color: rgb(154,168,186); }
td.TdClassName
{
border-color: #9AA8BA;
}
.TagClassName
{
border-color: #9AA8BA;
}
</style>