Shades of Rock Blue #9AAABD
Tints of Rock Blue #9AAABD
RGB
CMYK
RGB Variations
Color information
#9AAABD (or 0x9AAABD) is known color: Rock Blue. HEX triplet: 9A, AA and BD. RGB value is (154,170,189). Sum of RGB (Red+Green+Blue) = 154+170+189=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #9AAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAABD is #655542. Grayscale: #A7A7A7. Windows color (decimal): -6640963 or 12429978. OLE color: 12429978.
HSL color Cylindrical-coordinate representation of color #9AAABD: hue angle of 212.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AAABD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 170 | 189 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.26 |
| HSL | 212.57º | 0.21% | 0.67% | - |
| HSV(B) | 212.57º | 0.19% | 0.74% | - |
| XYZ | 36.89 | 39.29 | 53.78 | - |
| YUV | 167.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 189 | 0.19 | 0.10 | 0 | 0.26 | 212.57 | 0.21 | 0.67 |
| Hex | 9A | AA | BD | 13 | A | 0 | 1A | D5 | 15 | 43 |
| Octal | 232 | 252 | 275 | 23 | 12 | 0 | 32 | 325 | 25 | 103 |
| Binary | 10011010 | 10101010 | 10111101 | 10011 | 1010 | 0 | 11010 | 11010101 | 10101 | 1000011 |
Color Harmonies of #9AAABD
Complementary color
Monochromatic Colors of #9AAABD
Black with #9AAABD
Text Example
Text Example
White with #9AAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAABD; }
p { color: rgb(154,170,189); }
H1.HeaderClassName
{
color: #9AAABD;
}
.AnyTagClassName
{
color: #9AAABD;
}
</style>
background-color css
<style>
a { background-color: #9AAABD; }
a { background-color: rgb(154,170,189); }
div.DivClassName
{
background-color: #9AAABD;
}
.BgClassName
{
background-color: #9AAABD;
}
</style>
border-color css
<style>
span { border-color: #9AAABD; }
span { border-color: rgb(154,170,189); }
td.TdClassName
{
border-color: #9AAABD;
}
.TagClassName
{
border-color: #9AAABD;
}
</style>