Shades of Rock Blue #9AA2B3
Tints of Rock Blue #9AA2B3
RGB
CMYK
RGB Variations
Color information
#9AA2B3 (or 0x9AA2B3) is known color: Rock Blue. HEX triplet: 9A, A2 and B3. RGB value is (154,162,179). Sum of RGB (Red+Green+Blue) = 154+162+179=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #9AA2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2B3 is #655D4C. Grayscale: #A1A1A1. Windows color (decimal): -6643021 or 11772570. OLE color: 11772570.
HSL color Cylindrical-coordinate representation of color #9AA2B3: hue angle of 220.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AA2B3 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 162 | 179 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.30 |
| HSL | 220.8º | 0.14% | 0.65% | - |
| HSV(B) | 220.8º | 0.14% | 0.7% | - |
| XYZ | 34.38 | 35.97 | 47.78 | - |
| YUV | 161.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 179 | 0.14 | 0.09 | 0 | 0.30 | 220.8 | 0.14 | 0.65 |
| Hex | 9A | A2 | B3 | E | 9 | 0 | 1E | DD | E | 41 |
| Octal | 232 | 242 | 263 | 16 | 11 | 0 | 36 | 335 | 16 | 101 |
| Binary | 10011010 | 10100010 | 10110011 | 1110 | 1001 | 0 | 11110 | 11011101 | 1110 | 1000001 |
Color Harmonies of #9AA2B3
Complementary color
Monochromatic Colors of #9AA2B3
Black with #9AA2B3
Text Example
Text Example
White with #9AA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2B3; }
p { color: rgb(154,162,179); }
H1.HeaderClassName
{
color: #9AA2B3;
}
.AnyTagClassName
{
color: #9AA2B3;
}
</style>
background-color css
<style>
a { background-color: #9AA2B3; }
a { background-color: rgb(154,162,179); }
div.DivClassName
{
background-color: #9AA2B3;
}
.BgClassName
{
background-color: #9AA2B3;
}
</style>
border-color css
<style>
span { border-color: #9AA2B3; }
span { border-color: rgb(154,162,179); }
td.TdClassName
{
border-color: #9AA2B3;
}
.TagClassName
{
border-color: #9AA2B3;
}
</style>