Shades of Rock Blue #9BAAC2
Tints of Rock Blue #9BAAC2
RGB
CMYK
RGB Variations
Color information
#9BAAC2 (or 0x9BAAC2) is known color: Rock Blue. HEX triplet: 9B, AA and C2. RGB value is (155,170,194). Sum of RGB (Red+Green+Blue) = 155+170+194=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #9BAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAAC2 is #64553D. Grayscale: #A8A8A8. Windows color (decimal): -6575422 or 12757659. OLE color: 12757659.
HSL color Cylindrical-coordinate representation of color #9BAAC2: hue angle of 216.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BAAC2 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 170 | 194 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.24 |
| HSL | 216.92º | 0.24% | 0.68% | - |
| HSV(B) | 216.92º | 0.2% | 0.76% | - |
| XYZ | 37.63 | 39.61 | 56.7 | - |
| YUV | 168.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 194 | 0.20 | 0.12 | 0 | 0.24 | 216.92 | 0.24 | 0.68 |
| Hex | 9B | AA | C2 | 14 | C | 0 | 18 | D9 | 18 | 44 |
| Octal | 233 | 252 | 302 | 24 | 14 | 0 | 30 | 331 | 30 | 104 |
| Binary | 10011011 | 10101010 | 11000010 | 10100 | 1100 | 0 | 11000 | 11011001 | 11000 | 1000100 |
Color Harmonies of #9BAAC2
Complementary color
Monochromatic Colors of #9BAAC2
Black with #9BAAC2
Text Example
Text Example
White with #9BAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAAC2; }
p { color: rgb(155,170,194); }
H1.HeaderClassName
{
color: #9BAAC2;
}
.AnyTagClassName
{
color: #9BAAC2;
}
</style>
background-color css
<style>
a { background-color: #9BAAC2; }
a { background-color: rgb(155,170,194); }
div.DivClassName
{
background-color: #9BAAC2;
}
.BgClassName
{
background-color: #9BAAC2;
}
</style>
border-color css
<style>
span { border-color: #9BAAC2; }
span { border-color: rgb(155,170,194); }
td.TdClassName
{
border-color: #9BAAC2;
}
.TagClassName
{
border-color: #9BAAC2;
}
</style>