Shades of Rock Blue #99A2B4
Tints of Rock Blue #99A2B4
RGB
CMYK
RGB Variations
Color information
#99A2B4 (or 0x99A2B4) is known color: Rock Blue. HEX triplet: 99, A2 and B4. RGB value is (153,162,180). Sum of RGB (Red+Green+Blue) = 153+162+180=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #99A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2B4 is #665D4B. Grayscale: #A1A1A1. Windows color (decimal): -6708556 or 11838105. OLE color: 11838105.
HSL color Cylindrical-coordinate representation of color #99A2B4: hue angle of 220º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99A2B4 is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 162 | 180 | - |
| CMYK | 0.15 | 0.1 | 0 | 0.29 |
| HSL | 220º | 0.15% | 0.65% | - |
| HSV(B) | 220º | 0.15% | 0.71% | - |
| XYZ | 34.3 | 35.91 | 48.3 | - |
| YUV | 161.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 180 | 0.15 | 0.1 | 0 | 0.29 | 220 | 0.15 | 0.65 |
| Hex | 99 | A2 | B4 | F | A | 0 | 1D | DC | F | 41 |
| Octal | 231 | 242 | 264 | 17 | 12 | 0 | 35 | 334 | 17 | 101 |
| Binary | 10011001 | 10100010 | 10110100 | 1111 | 1010 | 0 | 11101 | 11011100 | 1111 | 1000001 |
Color Harmonies of #99A2B4
Complementary color
Monochromatic Colors of #99A2B4
Black with #99A2B4
Text Example
Text Example
White with #99A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2B4; }
p { color: rgb(153,162,180); }
H1.HeaderClassName
{
color: #99A2B4;
}
.AnyTagClassName
{
color: #99A2B4;
}
</style>
background-color css
<style>
a { background-color: #99A2B4; }
a { background-color: rgb(153,162,180); }
div.DivClassName
{
background-color: #99A2B4;
}
.BgClassName
{
background-color: #99A2B4;
}
</style>
border-color css
<style>
span { border-color: #99A2B4; }
span { border-color: rgb(153,162,180); }
td.TdClassName
{
border-color: #99A2B4;
}
.TagClassName
{
border-color: #99A2B4;
}
</style>