Shades of Rock Blue #9CAABD
Tints of Rock Blue #9CAABD
RGB
CMYK
RGB Variations
Color information
#9CAABD (or 0x9CAABD) is known color: Rock Blue. HEX triplet: 9C, AA and BD. RGB value is (156,170,189). Sum of RGB (Red+Green+Blue) = 156+170+189=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAABD is #635542. Grayscale: #A7A7A7. Windows color (decimal): -6509891 or 12429980. OLE color: 12429980.
HSL color Cylindrical-coordinate representation of color #9CAABD: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CAABD is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 170 | 189 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.26 |
| HSL | 214.55º | 0.2% | 0.68% | - |
| HSV(B) | 214.55º | 0.17% | 0.74% | - |
| XYZ | 37.27 | 39.49 | 53.8 | - |
| YUV | 167.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 189 | 0.17 | 0.10 | 0 | 0.26 | 214.55 | 0.2 | 0.68 |
| Hex | 9C | AA | BD | 11 | A | 0 | 1A | D7 | 14 | 44 |
| Octal | 234 | 252 | 275 | 21 | 12 | 0 | 32 | 327 | 24 | 104 |
| Binary | 10011100 | 10101010 | 10111101 | 10001 | 1010 | 0 | 11010 | 11010111 | 10100 | 1000100 |
Color Harmonies of #9CAABD
Complementary color
Monochromatic Colors of #9CAABD
Black with #9CAABD
Text Example
Text Example
White with #9CAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAABD; }
p { color: rgb(156,170,189); }
H1.HeaderClassName
{
color: #9CAABD;
}
.AnyTagClassName
{
color: #9CAABD;
}
</style>
background-color css
<style>
a { background-color: #9CAABD; }
a { background-color: rgb(156,170,189); }
div.DivClassName
{
background-color: #9CAABD;
}
.BgClassName
{
background-color: #9CAABD;
}
</style>
border-color css
<style>
span { border-color: #9CAABD; }
span { border-color: rgb(156,170,189); }
td.TdClassName
{
border-color: #9CAABD;
}
.TagClassName
{
border-color: #9CAABD;
}
</style>