Shades of Rock Blue #9AA5C1
Tints of Rock Blue #9AA5C1
RGB
CMYK
RGB Variations
Color information
#9AA5C1 (or 0x9AA5C1) is known color: Rock Blue. HEX triplet: 9A, A5 and C1. RGB value is (154,165,193). Sum of RGB (Red+Green+Blue) = 154+165+193=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #9AA5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5C1 is #655A3E. Grayscale: #A4A4A4. Windows color (decimal): -6642239 or 12690842. OLE color: 12690842.
HSL color Cylindrical-coordinate representation of color #9AA5C1: hue angle of 223.08º 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 #9AA5C1 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 165 | 193 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.24 |
| HSL | 223.08º | 0.24% | 0.68% | - |
| HSV(B) | 223.08º | 0.2% | 0.76% | - |
| XYZ | 36.41 | 37.63 | 55.8 | - |
| YUV | 164.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 193 | 0.20 | 0.15 | 0 | 0.24 | 223.08 | 0.24 | 0.68 |
| Hex | 9A | A5 | C1 | 14 | F | 0 | 18 | DF | 18 | 44 |
| Octal | 232 | 245 | 301 | 24 | 17 | 0 | 30 | 337 | 30 | 104 |
| Binary | 10011010 | 10100101 | 11000001 | 10100 | 1111 | 0 | 11000 | 11011111 | 11000 | 1000100 |
Color Harmonies of #9AA5C1
Complementary color
Monochromatic Colors of #9AA5C1
Black with #9AA5C1
Text Example
Text Example
White with #9AA5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5C1; }
p { color: rgb(154,165,193); }
H1.HeaderClassName
{
color: #9AA5C1;
}
.AnyTagClassName
{
color: #9AA5C1;
}
</style>
background-color css
<style>
a { background-color: #9AA5C1; }
a { background-color: rgb(154,165,193); }
div.DivClassName
{
background-color: #9AA5C1;
}
.BgClassName
{
background-color: #9AA5C1;
}
</style>
border-color css
<style>
span { border-color: #9AA5C1; }
span { border-color: rgb(154,165,193); }
td.TdClassName
{
border-color: #9AA5C1;
}
.TagClassName
{
border-color: #9AA5C1;
}
</style>