Shades of Rock Blue #999FAE
Tints of Rock Blue #999FAE
RGB
CMYK
RGB Variations
Color information
#999FAE (or 0x999FAE) is known color: Rock Blue. HEX triplet: 99, 9F and AE. RGB value is (153,159,174). Sum of RGB (Red+Green+Blue) = 153+159+174=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #999FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FAE is #666051. Grayscale: #9E9E9E. Windows color (decimal): -6709330 or 11444121. OLE color: 11444121.
HSL color Cylindrical-coordinate representation of color #999FAE: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999FAE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 159 | 174 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.32 |
| HSL | 222.86º | 0.11% | 0.64% | - |
| HSV(B) | 222.86º | 0.12% | 0.68% | - |
| XYZ | 33.17 | 34.62 | 44.98 | - |
| YUV | 158.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 174 | 0.12 | 0.09 | 0 | 0.32 | 222.86 | 0.11 | 0.64 |
| Hex | 99 | 9F | AE | C | 9 | 0 | 20 | DF | B | 40 |
| Octal | 231 | 237 | 256 | 14 | 11 | 0 | 40 | 337 | 13 | 100 |
| Binary | 10011001 | 10011111 | 10101110 | 1100 | 1001 | 0 | 100000 | 11011111 | 1011 | 1000000 |
Color Harmonies of #999FAE
Complementary color
Monochromatic Colors of #999FAE
Black with #999FAE
Text Example
Text Example
White with #999FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FAE; }
p { color: rgb(153,159,174); }
H1.HeaderClassName
{
color: #999FAE;
}
.AnyTagClassName
{
color: #999FAE;
}
</style>
background-color css
<style>
a { background-color: #999FAE; }
a { background-color: rgb(153,159,174); }
div.DivClassName
{
background-color: #999FAE;
}
.BgClassName
{
background-color: #999FAE;
}
</style>
border-color css
<style>
span { border-color: #999FAE; }
span { border-color: rgb(153,159,174); }
td.TdClassName
{
border-color: #999FAE;
}
.TagClassName
{
border-color: #999FAE;
}
</style>