Shades of Rock Blue #99A3BD
Tints of Rock Blue #99A3BD
RGB
CMYK
RGB Variations
Color information
#99A3BD (or 0x99A3BD) is known color: Rock Blue. HEX triplet: 99, A3 and BD. RGB value is (153,163,189). Sum of RGB (Red+Green+Blue) = 153+163+189=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #99A3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3BD is #665C42. Grayscale: #A2A2A2. Windows color (decimal): -6708291 or 12428185. OLE color: 12428185.
HSL color Cylindrical-coordinate representation of color #99A3BD: hue angle of 223.33º 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 #99A3BD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 163 | 189 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.26 |
| HSL | 223.33º | 0.21% | 0.67% | - |
| HSV(B) | 223.33º | 0.19% | 0.74% | - |
| XYZ | 35.42 | 36.64 | 53.35 | - |
| YUV | 162.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 189 | 0.19 | 0.14 | 0 | 0.26 | 223.33 | 0.21 | 0.67 |
| Hex | 99 | A3 | BD | 13 | E | 0 | 1A | DF | 15 | 43 |
| Octal | 231 | 243 | 275 | 23 | 16 | 0 | 32 | 337 | 25 | 103 |
| Binary | 10011001 | 10100011 | 10111101 | 10011 | 1110 | 0 | 11010 | 11011111 | 10101 | 1000011 |
Color Harmonies of #99A3BD
Complementary color
Monochromatic Colors of #99A3BD
Black with #99A3BD
Text Example
Text Example
White with #99A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3BD; }
p { color: rgb(153,163,189); }
H1.HeaderClassName
{
color: #99A3BD;
}
.AnyTagClassName
{
color: #99A3BD;
}
</style>
background-color css
<style>
a { background-color: #99A3BD; }
a { background-color: rgb(153,163,189); }
div.DivClassName
{
background-color: #99A3BD;
}
.BgClassName
{
background-color: #99A3BD;
}
</style>
border-color css
<style>
span { border-color: #99A3BD; }
span { border-color: rgb(153,163,189); }
td.TdClassName
{
border-color: #99A3BD;
}
.TagClassName
{
border-color: #99A3BD;
}
</style>