Shades of Rock Blue #9AA6C3
Tints of Rock Blue #9AA6C3
RGB
CMYK
RGB Variations
Color information
#9AA6C3 (or 0x9AA6C3) is known color: Rock Blue. HEX triplet: 9A, A6 and C3. RGB value is (154,166,195). Sum of RGB (Red+Green+Blue) = 154+166+195=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AA6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6C3 is #65593C. Grayscale: #A5A5A5. Windows color (decimal): -6641981 or 12822170. OLE color: 12822170.
HSL color Cylindrical-coordinate representation of color #9AA6C3: hue angle of 222.44º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA6C3 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 166 | 195 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.24 |
| HSL | 222.44º | 0.25% | 0.68% | - |
| HSV(B) | 222.44º | 0.21% | 0.76% | - |
| XYZ | 36.81 | 38.08 | 57.04 | - |
| YUV | 165.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 195 | 0.21 | 0.15 | 0 | 0.24 | 222.44 | 0.25 | 0.68 |
| Hex | 9A | A6 | C3 | 15 | F | 0 | 18 | DE | 19 | 44 |
| Octal | 232 | 246 | 303 | 25 | 17 | 0 | 30 | 336 | 31 | 104 |
| Binary | 10011010 | 10100110 | 11000011 | 10101 | 1111 | 0 | 11000 | 11011110 | 11001 | 1000100 |
Color Harmonies of #9AA6C3
Complementary color
Monochromatic Colors of #9AA6C3
Black with #9AA6C3
Text Example
Text Example
White with #9AA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA6C3; }
p { color: rgb(154,166,195); }
H1.HeaderClassName
{
color: #9AA6C3;
}
.AnyTagClassName
{
color: #9AA6C3;
}
</style>
background-color css
<style>
a { background-color: #9AA6C3; }
a { background-color: rgb(154,166,195); }
div.DivClassName
{
background-color: #9AA6C3;
}
.BgClassName
{
background-color: #9AA6C3;
}
</style>
border-color css
<style>
span { border-color: #9AA6C3; }
span { border-color: rgb(154,166,195); }
td.TdClassName
{
border-color: #9AA6C3;
}
.TagClassName
{
border-color: #9AA6C3;
}
</style>