Shades of Rock Blue #999FAF
Tints of Rock Blue #999FAF
RGB
CMYK
RGB Variations
Color information
#999FAF (or 0x999FAF) is known color: Rock Blue. HEX triplet: 99, 9F and AF. RGB value is (153,159,175). Sum of RGB (Red+Green+Blue) = 153+159+175=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #999FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FAF is #666050. Grayscale: #9E9E9E. Windows color (decimal): -6709329 or 11509657. OLE color: 11509657.
HSL color Cylindrical-coordinate representation of color #999FAF: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999FAF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 159 | 175 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.31 |
| HSL | 223.64º | 0.12% | 0.64% | - |
| HSV(B) | 223.64º | 0.13% | 0.69% | - |
| XYZ | 33.27 | 34.66 | 45.49 | - |
| YUV | 159.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 175 | 0.13 | 0.09 | 0 | 0.31 | 223.64 | 0.12 | 0.64 |
| Hex | 99 | 9F | AF | D | 9 | 0 | 1F | E0 | C | 40 |
| Octal | 231 | 237 | 257 | 15 | 11 | 0 | 37 | 340 | 14 | 100 |
| Binary | 10011001 | 10011111 | 10101111 | 1101 | 1001 | 0 | 11111 | 11100000 | 1100 | 1000000 |
Color Harmonies of #999FAF
Complementary color
Monochromatic Colors of #999FAF
Black with #999FAF
Text Example
Text Example
White with #999FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FAF; }
p { color: rgb(153,159,175); }
H1.HeaderClassName
{
color: #999FAF;
}
.AnyTagClassName
{
color: #999FAF;
}
</style>
background-color css
<style>
a { background-color: #999FAF; }
a { background-color: rgb(153,159,175); }
div.DivClassName
{
background-color: #999FAF;
}
.BgClassName
{
background-color: #999FAF;
}
</style>
border-color css
<style>
span { border-color: #999FAF; }
span { border-color: rgb(153,159,175); }
td.TdClassName
{
border-color: #999FAF;
}
.TagClassName
{
border-color: #999FAF;
}
</style>