Shades of Rock Blue #9AA3C3
Tints of Rock Blue #9AA3C3
RGB
CMYK
RGB Variations
Color information
#9AA3C3 (or 0x9AA3C3) is known color: Rock Blue. HEX triplet: 9A, A3 and C3. RGB value is (154,163,195). Sum of RGB (Red+Green+Blue) = 154+163+195=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AA3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3C3 is #655C3C. Grayscale: #A3A3A3. Windows color (decimal): -6642749 or 12821402. OLE color: 12821402.
HSL color Cylindrical-coordinate representation of color #9AA3C3: hue angle of 226.83º 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 #9AA3C3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 163 | 195 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.24 |
| HSL | 226.83º | 0.25% | 0.68% | - |
| HSV(B) | 226.83º | 0.21% | 0.76% | - |
| XYZ | 36.27 | 37 | 56.86 | - |
| YUV | 163.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 195 | 0.21 | 0.16 | 0 | 0.24 | 226.83 | 0.25 | 0.68 |
| Hex | 9A | A3 | C3 | 15 | 10 | 0 | 18 | E3 | 19 | 44 |
| Octal | 232 | 243 | 303 | 25 | 20 | 0 | 30 | 343 | 31 | 104 |
| Binary | 10011010 | 10100011 | 11000011 | 10101 | 10000 | 0 | 11000 | 11100011 | 11001 | 1000100 |
Color Harmonies of #9AA3C3
Complementary color
Monochromatic Colors of #9AA3C3
Black with #9AA3C3
Text Example
Text Example
White with #9AA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA3C3; }
p { color: rgb(154,163,195); }
H1.HeaderClassName
{
color: #9AA3C3;
}
.AnyTagClassName
{
color: #9AA3C3;
}
</style>
background-color css
<style>
a { background-color: #9AA3C3; }
a { background-color: rgb(154,163,195); }
div.DivClassName
{
background-color: #9AA3C3;
}
.BgClassName
{
background-color: #9AA3C3;
}
</style>
border-color css
<style>
span { border-color: #9AA3C3; }
span { border-color: rgb(154,163,195); }
td.TdClassName
{
border-color: #9AA3C3;
}
.TagClassName
{
border-color: #9AA3C3;
}
</style>