Shades of Rock Blue #99A0B2
Tints of Rock Blue #99A0B2
RGB
CMYK
RGB Variations
Color information
#99A0B2 (or 0x99A0B2) is known color: Rock Blue. HEX triplet: 99, A0 and B2. RGB value is (153,160,178). Sum of RGB (Red+Green+Blue) = 153+160+178=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #99A0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A0B2 is #665F4D. Grayscale: #9F9F9F. Windows color (decimal): -6709070 or 11706521. OLE color: 11706521.
HSL color Cylindrical-coordinate representation of color #99A0B2: hue angle of 223.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A0B2 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 160 | 178 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.30 |
| HSL | 223.2º | 0.14% | 0.65% | - |
| HSV(B) | 223.2º | 0.14% | 0.7% | - |
| XYZ | 33.74 | 35.13 | 47.12 | - |
| YUV | 159.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 178 | 0.14 | 0.10 | 0 | 0.30 | 223.2 | 0.14 | 0.65 |
| Hex | 99 | A0 | B2 | E | A | 0 | 1E | DF | E | 41 |
| Octal | 231 | 240 | 262 | 16 | 12 | 0 | 36 | 337 | 16 | 101 |
| Binary | 10011001 | 10100000 | 10110010 | 1110 | 1010 | 0 | 11110 | 11011111 | 1110 | 1000001 |
Color Harmonies of #99A0B2
Complementary color
Monochromatic Colors of #99A0B2
Black with #99A0B2
Text Example
Text Example
White with #99A0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0B2; }
p { color: rgb(153,160,178); }
H1.HeaderClassName
{
color: #99A0B2;
}
.AnyTagClassName
{
color: #99A0B2;
}
</style>
background-color css
<style>
a { background-color: #99A0B2; }
a { background-color: rgb(153,160,178); }
div.DivClassName
{
background-color: #99A0B2;
}
.BgClassName
{
background-color: #99A0B2;
}
</style>
border-color css
<style>
span { border-color: #99A0B2; }
span { border-color: rgb(153,160,178); }
td.TdClassName
{
border-color: #99A0B2;
}
.TagClassName
{
border-color: #99A0B2;
}
</style>