Shades of Rock Blue #99AAC5
Tints of Rock Blue #99AAC5
RGB
CMYK
RGB Variations
Color information
#99AAC5 (or 0x99AAC5) is known color: Rock Blue. HEX triplet: 99, AA and C5. RGB value is (153,170,197). Sum of RGB (Red+Green+Blue) = 153+170+197=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #99AAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAC5 is #66553A. Grayscale: #A7A7A7. Windows color (decimal): -6706491 or 12954265. OLE color: 12954265.
HSL color Cylindrical-coordinate representation of color #99AAC5: hue angle of 216.82º degrees, saturation: 0.28, 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 #99AAC5 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 170 | 197 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.23 |
| HSL | 216.82º | 0.28% | 0.69% | - |
| HSV(B) | 216.82º | 0.22% | 0.77% | - |
| XYZ | 37.59 | 39.55 | 58.48 | - |
| YUV | 168 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 197 | 0.22 | 0.14 | 0 | 0.23 | 216.82 | 0.28 | 0.69 |
| Hex | 99 | AA | C5 | 16 | E | 0 | 17 | D9 | 1C | 45 |
| Octal | 231 | 252 | 305 | 26 | 16 | 0 | 27 | 331 | 34 | 105 |
| Binary | 10011001 | 10101010 | 11000101 | 10110 | 1110 | 0 | 10111 | 11011001 | 11100 | 1000101 |
Color Harmonies of #99AAC5
Complementary color
Monochromatic Colors of #99AAC5
Black with #99AAC5
Text Example
Text Example
White with #99AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAC5; }
p { color: rgb(153,170,197); }
H1.HeaderClassName
{
color: #99AAC5;
}
.AnyTagClassName
{
color: #99AAC5;
}
</style>
background-color css
<style>
a { background-color: #99AAC5; }
a { background-color: rgb(153,170,197); }
div.DivClassName
{
background-color: #99AAC5;
}
.BgClassName
{
background-color: #99AAC5;
}
</style>
border-color css
<style>
span { border-color: #99AAC5; }
span { border-color: rgb(153,170,197); }
td.TdClassName
{
border-color: #99AAC5;
}
.TagClassName
{
border-color: #99AAC5;
}
</style>