Shades of Rock Blue #99A4BF
Tints of Rock Blue #99A4BF
RGB
CMYK
RGB Variations
Color information
#99A4BF (or 0x99A4BF) is known color: Rock Blue. HEX triplet: 99, A4 and BF. RGB value is (153,164,191). Sum of RGB (Red+Green+Blue) = 153+164+191=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4BF is #665B40. Grayscale: #A3A3A3. Windows color (decimal): -6708033 or 12559513. OLE color: 12559513.
HSL color Cylindrical-coordinate representation of color #99A4BF: hue angle of 222.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A4BF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 164 | 191 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.25 |
| HSL | 222.63º | 0.23% | 0.67% | - |
| HSV(B) | 222.63º | 0.2% | 0.75% | - |
| XYZ | 35.82 | 37.08 | 54.56 | - |
| YUV | 163.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 191 | 0.20 | 0.14 | 0 | 0.25 | 222.63 | 0.23 | 0.67 |
| Hex | 99 | A4 | BF | 14 | E | 0 | 19 | DF | 17 | 43 |
| Octal | 231 | 244 | 277 | 24 | 16 | 0 | 31 | 337 | 27 | 103 |
| Binary | 10011001 | 10100100 | 10111111 | 10100 | 1110 | 0 | 11001 | 11011111 | 10111 | 1000011 |
Color Harmonies of #99A4BF
Complementary color
Monochromatic Colors of #99A4BF
Black with #99A4BF
Text Example
Text Example
White with #99A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4BF; }
p { color: rgb(153,164,191); }
H1.HeaderClassName
{
color: #99A4BF;
}
.AnyTagClassName
{
color: #99A4BF;
}
</style>
background-color css
<style>
a { background-color: #99A4BF; }
a { background-color: rgb(153,164,191); }
div.DivClassName
{
background-color: #99A4BF;
}
.BgClassName
{
background-color: #99A4BF;
}
</style>
border-color css
<style>
span { border-color: #99A4BF; }
span { border-color: rgb(153,164,191); }
td.TdClassName
{
border-color: #99A4BF;
}
.TagClassName
{
border-color: #99A4BF;
}
</style>