Shades of Rock Blue #99A5BC
Tints of Rock Blue #99A5BC
RGB
CMYK
RGB Variations
Color information
#99A5BC (or 0x99A5BC) is known color: Rock Blue. HEX triplet: 99, A5 and BC. RGB value is (153,165,188). Sum of RGB (Red+Green+Blue) = 153+165+188=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #99A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5BC is #665A43. Grayscale: #A3A3A3. Windows color (decimal): -6707780 or 12363161. OLE color: 12363161.
HSL color Cylindrical-coordinate representation of color #99A5BC: hue angle of 219.43º 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 #99A5BC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 165 | 188 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.26 |
| HSL | 219.43º | 0.21% | 0.67% | - |
| HSV(B) | 219.43º | 0.19% | 0.74% | - |
| XYZ | 35.67 | 37.31 | 52.9 | - |
| YUV | 164.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 188 | 0.19 | 0.12 | 0 | 0.26 | 219.43 | 0.21 | 0.67 |
| Hex | 99 | A5 | BC | 13 | C | 0 | 1A | DB | 15 | 43 |
| Octal | 231 | 245 | 274 | 23 | 14 | 0 | 32 | 333 | 25 | 103 |
| Binary | 10011001 | 10100101 | 10111100 | 10011 | 1100 | 0 | 11010 | 11011011 | 10101 | 1000011 |
Color Harmonies of #99A5BC
Complementary color
Monochromatic Colors of #99A5BC
Black with #99A5BC
Text Example
Text Example
White with #99A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5BC; }
p { color: rgb(153,165,188); }
H1.HeaderClassName
{
color: #99A5BC;
}
.AnyTagClassName
{
color: #99A5BC;
}
</style>
background-color css
<style>
a { background-color: #99A5BC; }
a { background-color: rgb(153,165,188); }
div.DivClassName
{
background-color: #99A5BC;
}
.BgClassName
{
background-color: #99A5BC;
}
</style>
border-color css
<style>
span { border-color: #99A5BC; }
span { border-color: rgb(153,165,188); }
td.TdClassName
{
border-color: #99A5BC;
}
.TagClassName
{
border-color: #99A5BC;
}
</style>