Shades of Rock Blue #99A4BC
Tints of Rock Blue #99A4BC
RGB
CMYK
RGB Variations
Color information
#99A4BC (or 0x99A4BC) is known color: Rock Blue. HEX triplet: 99, A4 and BC. RGB value is (153,164,188). Sum of RGB (Red+Green+Blue) = 153+164+188=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #99A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4BC is #665B43. Grayscale: #A3A3A3. Windows color (decimal): -6708036 or 12362905. OLE color: 12362905.
HSL color Cylindrical-coordinate representation of color #99A4BC: hue angle of 221.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A4BC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 164 | 188 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.26 |
| HSL | 221.14º | 0.21% | 0.67% | - |
| HSV(B) | 221.14º | 0.19% | 0.74% | - |
| XYZ | 35.49 | 36.95 | 52.84 | - |
| YUV | 163.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 188 | 0.19 | 0.13 | 0 | 0.26 | 221.14 | 0.21 | 0.67 |
| Hex | 99 | A4 | BC | 13 | D | 0 | 1A | DD | 15 | 43 |
| Octal | 231 | 244 | 274 | 23 | 15 | 0 | 32 | 335 | 25 | 103 |
| Binary | 10011001 | 10100100 | 10111100 | 10011 | 1101 | 0 | 11010 | 11011101 | 10101 | 1000011 |
Color Harmonies of #99A4BC
Complementary color
Monochromatic Colors of #99A4BC
Black with #99A4BC
Text Example
Text Example
White with #99A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4BC; }
p { color: rgb(153,164,188); }
H1.HeaderClassName
{
color: #99A4BC;
}
.AnyTagClassName
{
color: #99A4BC;
}
</style>
background-color css
<style>
a { background-color: #99A4BC; }
a { background-color: rgb(153,164,188); }
div.DivClassName
{
background-color: #99A4BC;
}
.BgClassName
{
background-color: #99A4BC;
}
</style>
border-color css
<style>
span { border-color: #99A4BC; }
span { border-color: rgb(153,164,188); }
td.TdClassName
{
border-color: #99A4BC;
}
.TagClassName
{
border-color: #99A4BC;
}
</style>