Shades of Rock Blue #9AADC5
Tints of Rock Blue #9AADC5
RGB
CMYK
RGB Variations
Color information
#9AADC5 (or 0x9AADC5) is known color: Rock Blue. HEX triplet: 9A, AD and C5. RGB value is (154,173,197). Sum of RGB (Red+Green+Blue) = 154+173+197=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #9AADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADC5 is #65523A. Grayscale: #A9A9A9. Windows color (decimal): -6640187 or 12955034. OLE color: 12955034.
HSL color Cylindrical-coordinate representation of color #9AADC5: hue angle of 213.49º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AADC5 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 173 | 197 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.23 |
| HSL | 213.49º | 0.27% | 0.69% | - |
| HSV(B) | 213.49º | 0.22% | 0.77% | - |
| XYZ | 38.35 | 40.79 | 58.68 | - |
| YUV | 170.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 197 | 0.22 | 0.12 | 0 | 0.23 | 213.49 | 0.27 | 0.69 |
| Hex | 9A | AD | C5 | 16 | C | 0 | 17 | D5 | 1B | 45 |
| Octal | 232 | 255 | 305 | 26 | 14 | 0 | 27 | 325 | 33 | 105 |
| Binary | 10011010 | 10101101 | 11000101 | 10110 | 1100 | 0 | 10111 | 11010101 | 11011 | 1000101 |
Color Harmonies of #9AADC5
Complementary color
Monochromatic Colors of #9AADC5
Black with #9AADC5
Text Example
Text Example
White with #9AADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADC5; }
p { color: rgb(154,173,197); }
H1.HeaderClassName
{
color: #9AADC5;
}
.AnyTagClassName
{
color: #9AADC5;
}
</style>
background-color css
<style>
a { background-color: #9AADC5; }
a { background-color: rgb(154,173,197); }
div.DivClassName
{
background-color: #9AADC5;
}
.BgClassName
{
background-color: #9AADC5;
}
</style>
border-color css
<style>
span { border-color: #9AADC5; }
span { border-color: rgb(154,173,197); }
td.TdClassName
{
border-color: #9AADC5;
}
.TagClassName
{
border-color: #9AADC5;
}
</style>