Shades of Rock Blue #9AA9C4
Tints of Rock Blue #9AA9C4
RGB
CMYK
RGB Variations
Color information
#9AA9C4 (or 0x9AA9C4) is known color: Rock Blue. HEX triplet: 9A, A9 and C4. RGB value is (154,169,196). Sum of RGB (Red+Green+Blue) = 154+169+196=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #9AA9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA9C4 is #65563B. Grayscale: #A7A7A7. Windows color (decimal): -6641212 or 12888474. OLE color: 12888474.
HSL color Cylindrical-coordinate representation of color #9AA9C4: hue angle of 218.57º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA9C4 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 169 | 196 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.23 |
| HSL | 218.57º | 0.26% | 0.69% | - |
| HSV(B) | 218.57º | 0.21% | 0.77% | - |
| XYZ | 37.48 | 39.23 | 57.82 | - |
| YUV | 167.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 196 | 0.21 | 0.14 | 0 | 0.23 | 218.57 | 0.26 | 0.69 |
| Hex | 9A | A9 | C4 | 15 | E | 0 | 17 | DB | 1A | 45 |
| Octal | 232 | 251 | 304 | 25 | 16 | 0 | 27 | 333 | 32 | 105 |
| Binary | 10011010 | 10101001 | 11000100 | 10101 | 1110 | 0 | 10111 | 11011011 | 11010 | 1000101 |
Color Harmonies of #9AA9C4
Complementary color
Monochromatic Colors of #9AA9C4
Black with #9AA9C4
Text Example
Text Example
White with #9AA9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9C4; }
p { color: rgb(154,169,196); }
H1.HeaderClassName
{
color: #9AA9C4;
}
.AnyTagClassName
{
color: #9AA9C4;
}
</style>
background-color css
<style>
a { background-color: #9AA9C4; }
a { background-color: rgb(154,169,196); }
div.DivClassName
{
background-color: #9AA9C4;
}
.BgClassName
{
background-color: #9AA9C4;
}
</style>
border-color css
<style>
span { border-color: #9AA9C4; }
span { border-color: rgb(154,169,196); }
td.TdClassName
{
border-color: #9AA9C4;
}
.TagClassName
{
border-color: #9AA9C4;
}
</style>