Shades of Rock Blue #9AA5BA
Tints of Rock Blue #9AA5BA
RGB
CMYK
RGB Variations
Color information
#9AA5BA (or 0x9AA5BA) is known color: Rock Blue. HEX triplet: 9A, A5 and BA. RGB value is (154,165,186). Sum of RGB (Red+Green+Blue) = 154+165+186=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5BA is #655A45. Grayscale: #A4A4A4. Windows color (decimal): -6642246 or 12232090. OLE color: 12232090.
HSL color Cylindrical-coordinate representation of color #9AA5BA: hue angle of 219.38º 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 #9AA5BA is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 165 | 186 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.27 |
| HSL | 219.38º | 0.19% | 0.67% | - |
| HSV(B) | 219.38º | 0.17% | 0.73% | - |
| XYZ | 35.64 | 37.33 | 51.78 | - |
| YUV | 164.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 186 | 0.17 | 0.11 | 0 | 0.27 | 219.38 | 0.19 | 0.67 |
| Hex | 9A | A5 | BA | 11 | B | 0 | 1B | DB | 13 | 43 |
| Octal | 232 | 245 | 272 | 21 | 13 | 0 | 33 | 333 | 23 | 103 |
| Binary | 10011010 | 10100101 | 10111010 | 10001 | 1011 | 0 | 11011 | 11011011 | 10011 | 1000011 |
Color Harmonies of #9AA5BA
Complementary color
Monochromatic Colors of #9AA5BA
Black with #9AA5BA
Text Example
Text Example
White with #9AA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5BA; }
p { color: rgb(154,165,186); }
H1.HeaderClassName
{
color: #9AA5BA;
}
.AnyTagClassName
{
color: #9AA5BA;
}
</style>
background-color css
<style>
a { background-color: #9AA5BA; }
a { background-color: rgb(154,165,186); }
div.DivClassName
{
background-color: #9AA5BA;
}
.BgClassName
{
background-color: #9AA5BA;
}
</style>
border-color css
<style>
span { border-color: #9AA5BA; }
span { border-color: rgb(154,165,186); }
td.TdClassName
{
border-color: #9AA5BA;
}
.TagClassName
{
border-color: #9AA5BA;
}
</style>