Shades of Rock Blue #9BABC3
Tints of Rock Blue #9BABC3
RGB
CMYK
RGB Variations
Color information
#9BABC3 (or 0x9BABC3) is known color: Rock Blue. HEX triplet: 9B, AB and C3. RGB value is (155,171,195). Sum of RGB (Red+Green+Blue) = 155+171+195=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #9BABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABC3 is #64543C. Grayscale: #A8A8A8. Windows color (decimal): -6575165 or 12823451. OLE color: 12823451.
HSL color Cylindrical-coordinate representation of color #9BABC3: hue angle of 216º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BABC3 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 171 | 195 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.24 |
| HSL | 216º | 0.25% | 0.69% | - |
| HSV(B) | 216º | 0.21% | 0.76% | - |
| XYZ | 37.93 | 40.03 | 57.36 | - |
| YUV | 168.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 195 | 0.21 | 0.12 | 0 | 0.24 | 216 | 0.25 | 0.69 |
| Hex | 9B | AB | C3 | 15 | C | 0 | 18 | D8 | 19 | 45 |
| Octal | 233 | 253 | 303 | 25 | 14 | 0 | 30 | 330 | 31 | 105 |
| Binary | 10011011 | 10101011 | 11000011 | 10101 | 1100 | 0 | 11000 | 11011000 | 11001 | 1000101 |
Color Harmonies of #9BABC3
Complementary color
Monochromatic Colors of #9BABC3
Black with #9BABC3
Text Example
Text Example
White with #9BABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABC3; }
p { color: rgb(155,171,195); }
H1.HeaderClassName
{
color: #9BABC3;
}
.AnyTagClassName
{
color: #9BABC3;
}
</style>
background-color css
<style>
a { background-color: #9BABC3; }
a { background-color: rgb(155,171,195); }
div.DivClassName
{
background-color: #9BABC3;
}
.BgClassName
{
background-color: #9BABC3;
}
</style>
border-color css
<style>
span { border-color: #9BABC3; }
span { border-color: rgb(155,171,195); }
td.TdClassName
{
border-color: #9BABC3;
}
.TagClassName
{
border-color: #9BABC3;
}
</style>